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