method
included
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Deprecation::InstanceDelegator
included(base)public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 6
def self.included(base)
base.extend(ClassMethods)
base.singleton_class.prepend(OverrideDelegators)
end