class Transat::HelpCommand
Public Instance Methods
run()
click to toggle source
# File lib/transat/parser.rb, line 56 def run raise HelpNeeded.new(non_options.first) end
# File lib/transat/parser.rb, line 56 def run raise HelpNeeded.new(non_options.first) end