method

remove_subclasses

rails latest stable - Class: Class

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

remove_subclasses()
public

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

  Integer.remove_subclasses # => [Bignum, Fixnum]
  Fixnum                    # => NameError: uninitialized constant Fixnum