Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2012 22:18
Show Gist options
  • Save anonymous/4392593 to your computer and use it in GitHub Desktop.
Save anonymous/4392593 to your computer and use it in GitHub Desktop.
module A
class << self
attr_accessor :my_var;
end
@my_var = "hello"
end
puts A.my_var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment