Skip to content

Instantly share code, notes, and snippets.

@jordaaash
Created June 30, 2015 00:29
Show Gist options
  • Save jordaaash/4f99341927722597b38b to your computer and use it in GitHub Desktop.
Save jordaaash/4f99341927722597b38b to your computer and use it in GitHub Desktop.
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