method
inherited
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::BasicObject
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