Mega Code Archive
Categories
/
Ruby
/
Number
Output the modules where Fixnum lives
p Fixnum.included_modules # => [Precision, Comparable, Kernel]