module Roda::RodaPlugins::RenderEach::AssumeFixedLocalsInstanceMethods
Private Instance Methods
Source
# File lib/roda/plugins/render_each.rb, line 91 def _cached_render_each_template_method(template) case template when String, Symbol _cached_template_method_lookup(render_opts[:template_method_cache], template) else false end end
Optimize method since this module is only loaded when using fixed locals and when caching templates.