Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Created October 12, 2014 17:32
Show Gist options
  • Save tylerjohnst/fbee26c40aa8a61f5a03 to your computer and use it in GitHub Desktop.
Save tylerjohnst/fbee26c40aa8a61f5a03 to your computer and use it in GitHub Desktop.
class Foo
def self.foo=(value)
@foo = value
end
def self.foo
@foo
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment