Method: Roda::RodaPlugins::NamedTemplates::ClassMethods#freeze
- Defined in:
- lib/roda/plugins/named_templates.rb
#freeze ⇒ Object
Freeze the named templates so that there can be no thread safety issues at runtime.
62 63 64 65 |
# File 'lib/roda/plugins/named_templates.rb', line 62 def freeze opts[:named_templates].freeze super end |