Module: Spritopia::CLI
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/spritopia.rb', line 12 def start if ARGV.size != 1 show_usage exit -1 else Spritopia.process_file(ARGV.first) end end |