Skip to content

Instantly share code, notes, and snippets.

@smathy
Created March 11, 2016 04:08
Show Gist options
  • Save smathy/d2124bd67acc68361a08 to your computer and use it in GitHub Desktop.
Save smathy/d2124bd67acc68361a08 to your computer and use it in GitHub Desktop.
[5] pry(main)> class Huh
[5] pry(main)* class Yeah
[5] pry(main)* end
[5] pry(main)* end
=> nil
[6] pry(main)> class Oh < Huh
[6] pry(main)* end
=> nil
[7] pry(main)> Oh::Yeah
=> Huh::Yeah
[8] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment