Skip to content

Instantly share code, notes, and snippets.

@joshk
Created November 18, 2009 18:49
Show Gist options
  • Save joshk/238135 to your computer and use it in GitHub Desktop.
Save joshk/238135 to your computer and use it in GitHub Desktop.
module Tom
class << self
attr_accessor :dick
end
end
Tom.dick = 'harry'
puts Tom.dick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment