method 
 subclasses
 
 subclasses() public Returns an array with the direct children of self.
Integer.subclasses # => [Bignum, Fixnum]
 
 subclasses() public Returns an array with the direct children of self.
Integer.subclasses # => [Bignum, Fixnum]