Class: Simplejson2csv::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/simplejson2csv/cli.rb

Instance Method Summary collapse

Instance Method Details

#convertObject



24
25
26
# File 'lib/simplejson2csv/cli.rb', line 24

def convert
  Simplejson2csv::Converter.convert(options)
end