instance method freeze

Ruby on Rails edge

Since edge

Signature

freeze()

No documentation comment.

Source
# File activesupport/lib/active_support/key_generator.rb, line 69
    def freeze
      @ractor_key = "_caching_key_generator_#{object_id}".to_sym
      Ractor[@ractor_key] = @cache_keys
      @cache_keys = nil
      super
    end

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

Defined in ActiveSupport::CachingKeyGenerator

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close