class Simplejson2csv::CLI

Public Instance Methods

convert() click to toggle source
# File lib/simplejson2csv/cli.rb, line 24
def convert
  Simplejson2csv::Converter.convert(options)
end