method

inherited

rails latest stable - Class: ActiveSupport::BasicObject

Method deprecated or moved

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

inherited(*)
public

No documentation available.

# File activesupport/lib/active_support/basic_object.rb, line 6
    def self.inherited(*)
      ::ActiveSupport::Deprecation.warn 'ActiveSupport::BasicObject is deprecated! Use ActiveSupport::ProxyObject instead.'
      super
    end