subclasses() public

Returns an array with the names of the subclasses of self as strings.

 Integer.subclasses # => ["Bignum", "Fixnum"] 
Show source
Register or log in to add new notes.