method

inherited

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