Method: ActiveSupport::ProxyObject.inherited

Defined in:
activesupport/lib/active_support/proxy_object.rb

.inherited(_subclass) ⇒ Object



13
14
15
16
17
18
# File 'activesupport/lib/active_support/proxy_object.rb', line 13

def self.inherited(_subclass)
  ::ActiveSupport.deprecator.warn("    ActiveSupport::ProxyObject is deprecated and will be removed in Rails 8.0.\n    Use Ruby's built-in BasicObject instead.\n  MSG\nend\n")