Skip to content

Instantly share code, notes, and snippets.

@ThroughTheNet
Created October 12, 2011 11:28
Show Gist options
  • Save ThroughTheNet/1280974 to your computer and use it in GitHub Desktop.
Save ThroughTheNet/1280974 to your computer and use it in GitHub Desktop.
Opening eigenclass
pry(main)> class Foo
pry(main)* class << self
pry(main)* puts self
pry(main)* end
pry(main)* end
#<Class:Foo>
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment