Created
June 23, 2015 21:39
-
-
Save jm/3e0273a3e4706d772521 to your computer and use it in GitHub Desktop.
IRB is my friend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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