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