instance method __callback_runner_name_cache

Ruby on Rails 4.0.13

Since v4.0.13 Last seen in v4.0.13

Signature

__callback_runner_name_cache()

No documentation comment.

Source
# File activesupport/lib/active_support/callbacks.rb, line 383
      def __callback_runner_name_cache
        @__callback_runner_name_cache ||= ThreadSafe::Cache.new {|cache, kind| cache[kind] = __generate_callback_runner_name(kind) }
      end

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

Defined in ActiveSupport::Callbacks::ClassMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close