Mega Code Archive

 
Categories / Ruby / Number
 

List the modules which Integer class is from

p Integer.included_modules # => [Precision, Comparable, Kernel]