instance method
freeze
Ruby on Rails edge
Since edgeSignature
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