Render a template (inferred from template_paths) as a plain string.
template_paths
44 45 46 47
# File 'lib/web_console/template.rb', line 44 def render(template) context = Context.new(template_paths, instance_values) context.render(template: template, layout: false) end