Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 23, 2009 21:35
Show Gist options
  • Save enebo/262822 to your computer and use it in GitHub Desktop.
Save enebo/262822 to your computer and use it in GitHub Desktop.
class Foo
attr_reader :a
def foo(a)
@a = $a = a
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment