Skip to content

Instantly share code, notes, and snippets.

@digitaltoad
Created October 17, 2012 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitaltoad/3906311 to your computer and use it in GitHub Desktop.
Save digitaltoad/3906311 to your computer and use it in GitHub Desktop.
What have I missed
class Foo
@bar = []
class << self
attr_accessor :bar
end
end
# Ruby 1.9.2-p290
Foo.bar #=> []
# Ruby 1.9.3-p194
Foo.bar #=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment