Skip to content

Instantly share code, notes, and snippets.

@lbergen
Created May 23, 2012 18:54
Show Gist options
  • Save lbergen/2777059 to your computer and use it in GitHub Desktop.
Save lbergen/2777059 to your computer and use it in GitHub Desktop.
class Klass
def self.build_map
@@map = "hi"
end
self.build_map
def self.use_it
puts @@map
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment