Skip to content

Instantly share code, notes, and snippets.

@dinedal
Created March 20, 2012 19:26
Show Gist options
  • Save dinedal/2140185 to your computer and use it in GitHub Desktop.
Save dinedal/2140185 to your computer and use it in GitHub Desktop.
[1] pry(main)> class Foo
[1] pry(main)* class Bar
[1] pry(main)* end
[1] pry(main)* end
nil
[2] pry(main)> foo = Foo.new
#<Foo:0x007f8cea8121e8>
[3] pry(main)> Foo::Bar
Foo::Bar < Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment