Skip to content

Instantly share code, notes, and snippets.

@Nemo157
Created August 15, 2011 10:10
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 Nemo157/1145995 to your computer and use it in GitHub Desktop.
Save Nemo157/1145995 to your computer and use it in GitHub Desktop.
class D
@ololo = 1
class << self
attr_accessor :ololo
end
end
D::ololo #=> 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment