module Roda::RodaPlugins::Base::InstanceMethods
def opts
opts[:render_opts].inspect
Roda.route do |r|
Roda.plugin :render
modified at the instance level. Example:
The class-level options hash. This should probably not be
def opts self.class.opts end