# File lib/transat/parser.rb, line 185
    def self.parse_and_execute(args=ARGV, &block)
      self.new(&block).parse_and_execute(args)
    end