Skip to content

Instantly share code, notes, and snippets.

@siefca
Created March 11, 2009 22:58
Show Gist options
  • Save siefca/77807 to your computer and use it in GitHub Desktop.
Save siefca/77807 to your computer and use it in GitHub Desktop.
module D
@zmienna = 5
class << self
attr_accessor :zmienna
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment