Class: Transat::VersionCommand

Inherits:
BaseCommand show all
Defined in:
lib/transat/parser.rb

Instance Attribute Summary

Attributes inherited from BaseCommand

#non_options, #options

Instance Method Summary collapse

Methods inherited from BaseCommand

#initialize

Constructor Details

This class inherits a constructor from Transat::BaseCommand

Instance Method Details

#runObject

Raises:



71
72
73
# File 'lib/transat/parser.rb', line 71

def run
  raise VersionNeeded
end