Skip to content

Instantly share code, notes, and snippets.

@jlindsey
Created January 12, 2017 19:37
Show Gist options
  • Save jlindsey/38813edb83c9731481bb981405a32411 to your computer and use it in GitHub Desktop.
Save jlindsey/38813edb83c9731481bb981405a32411 to your computer and use it in GitHub Desktop.
[4] pry(main)> Fixnum.ancestors
=> [Fixnum, Integer, Numeric, Comparable, Object, PP::ObjectMixin, Kernel, BasicObject]
[5] pry(main)> Bignum.ancestors
=> [Bignum, Integer, Numeric, Comparable, Object, PP::ObjectMixin, Kernel, BasicObject]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment