method

extended

extended(base)
public

No documentation available.

# File activesupport/lib/active_support/memoizable.rb, line 7
    def self.extended(base)
      ActiveSupport::Deprecation.warn "ActiveSupport::Memoizable is deprecated and will be removed in future releases,"          "simply use Ruby memoization pattern instead.", caller
      super
    end