Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created September 16, 2014 15:42
Show Gist options
  • Save mikecmpbll/bb32c02221d9c429e632 to your computer and use it in GitHub Desktop.
Save mikecmpbll/bb32c02221d9c429e632 to your computer and use it in GitHub Desktop.
module Test2
class << self
@var = "foo"
def test_method
@var
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment