Created
June 30, 2015 00:29
-
-
Save jordaaash/4f99341927722597b38b to your computer and use it in GitHub Desktop.
This file contains 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):007:0> class Numeric | |
irb(main):008:1> def reverse | |
irb(main):009:2> self.class | |
irb(main):010:2> end | |
irb(main):011:1> end | |
=> :reverse | |
irb(main):012:0> 2.reverse | |
=> Fixnum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment