Class: ActiveSupport::BasicObject
- Inherits:
-
ProxyObject
- Object
- ProxyObject
- ActiveSupport::BasicObject
- Defined in:
- lib/active_support/basic_object.rb
Overview
:nodoc:
Class Method Summary collapse
Methods inherited from ProxyObject
Class Method Details
.inherited ⇒ Object
6 7 8 9 |
# File 'lib/active_support/basic_object.rb', line 6 def self.inherited(*) ::ActiveSupport::Deprecation.warn 'ActiveSupport::BasicObject is deprecated! Use ActiveSupport::ProxyObject instead.' super end |