class Roda::RodaPlugins::Render::TemplateMtimeWrapper

def compiled_method(locals_keys=EMPTY_ARRAY, roda_class=nil)

Return the compiled method for the current template object.
def compiled_method(locals_keys=EMPTY_ARRAY, roda_class=nil)
  Render.tilt_template_compiled_method(@template, locals_keys, roda_class)
end