method

included

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