instance method freeze

Ruby on Rails edge

Since edge

Signature

freeze()

No documentation comment.

Source
# File actionview/lib/action_view/template/resolver.rb, line 121
    def freeze
      @path.freeze
      @path_parser.freeze
      @unbound_templates = @unbound_templates.each_pair.to_h unless @unbound_templates.is_a?(::Hash)
      @unbound_templates.each_value do |unbound_templates|
        unbound_templates.each(&:freeze)
        unbound_templates.freeze
      end
      @unbound_templates.freeze
      super
    end

Defined in actionview/lib/action_view/template/resolver.rb line 121 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::FileSystemResolver

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