method
method_added
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
method_added(method_name)public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 20
def method_added(method_name)
singleton_class.delegate(method_name, to: :instance)
end