Skip to content

Instantly share code, notes, and snippets.

@jm
Created June 23, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jm/3e0273a3e4706d772521 to your computer and use it in GitHub Desktop.
Save jm/3e0273a3e4706d772521 to your computer and use it in GitHub Desktop.
IRB is my friend
irb(main):002:0> class X
irb(main):003:1> end
=> nil
irb(main):004:0> X.is_a?(Module)
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment