module Roda::RodaPlugins::InjectERB::InstanceMethods

def inject_erb(value)

rendered.
Inject into the template output for the template currently being
def inject_erb(value)
  instance_variable_get(render_opts[:template_opts][:outvar]) << value.to_s
end