Method: Enroute::Export#call

Defined in:
lib/enroute/export.rb

#callObject



26
27
28
29
30
# File 'lib/enroute/export.rb', line 26

def call
  FileUtils.mkdir_p(File.dirname(output_path))

  write_template(output_path)
end