extended(base)
public

No documentation available.

# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 171
      def extended(base)
        @deprecator.warn(@message, caller_locations)
        base.extend(target)
      end