class method self.extended

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

self.extended(base)

No documentation comment.

Parameters

base req
Source
# 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

Defined in activesupport/lib/active_support/memoizable.rb line 7 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Memoizable

Type at least 2 characters to search.

↑↓ navigate · open · esc close