module Roda::RodaPlugins::Render::InstanceMethods

def _cached_template_method_lookup(method_cache, template)

Return the instance method symbol for the template in the method cache.
def _cached_template_method_lookup(method_cache, template)
  method_cache[template]
end