module Roda::RodaPlugins::Render::InstanceMethods

def render_opts

so you should not attempt to modify it.
is not currently frozen, it may be frozen in a future version,
Return the render options for the instance's class. While this
def render_opts
  self.class.render_opts
end