module Roda::RodaPlugins::InjectERB::InstanceMethods
Public Instance Methods
Source
# File lib/roda/plugins/inject_erb.rb, line 25 def inject_erb(value) instance_variable_get(render_opts[:template_opts][:outvar]) << value.to_s end
Inject into the template output for the template currently being rendered.