Method: Moonrope::DocContext#render

Defined in:
lib/moonrope/doc_context.rb

#render(template_file) ⇒ Object



72
73
74
# File 'lib/moonrope/doc_context.rb', line 72

def render(template_file)
  ERB.new(File.read(template_file), nil, '-').result(binding)
end