Method: Enroute::Export#render_template

Defined in:
lib/enroute/export.rb

#render_templateObject



52
53
54
# File 'lib/enroute/export.rb', line 52

def render_template
  ERB.new(File.read("#{__dir__}/template.ts.erb")).result binding
end