class Roda::RodaPlugins::Render::TemplateMtimeWrapper

def fixed_locals?

Whether the underlying template uses fixed locals.
def fixed_locals?
  Render.tilt_template_fixed_locals?(@template)
end