module Roda::RodaPlugins::Part::ClassMethods
Public Instance Methods
Source
# File lib/roda/plugins/part.rb, line 31 def freeze if render_opts[:assume_fixed_locals] && !render_opts[:check_template_mtime] include AssumeFixedLocalsInstanceMethods end super end
When freezing, optimize the part method if assuming fixed locals and caching templates.
Calls superclass method