Skip to content

Instantly share code, notes, and snippets.

@lcowell
Last active August 29, 2015 13:57
Show Gist options
  • Save lcowell/9794831 to your computer and use it in GitHub Desktop.
Save lcowell/9794831 to your computer and use it in GitHub Desktop.
package main
func main() {
}
class Foo
def self.build(data)
data_copy = data
new(data_copy)
end
def initialize(data)
@data = data
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment