module Roda::RodaPlugins::Render::InstanceMethods
def _call_optimized_template_method((meth, fixed_locals), locals, &block)
fixed locals. Methods with fixed locals need to be called with a keyword
method cache, which caches the method name and whether the method uses
Call the optimized template method. This is designed to be used with the
def _call_optimized_template_method((meth, fixed_locals), locals, &block) send(meth, locals, &block) end