Flowdock
method

remove_subclasses

Importance_1
v2.2.1 - Show latest stable - 0 notes - Class: Class
remove_subclasses() public

Unassociates the class with its subclasses and removes the subclasses themselves.

  Integer.remove_subclasses # => [Bignum, Fixnum]
  Fixnum                    # => NameError: uninitialized constant Fixnum
Show source
Register or log in to add new notes.