# File lib/cmdparse.rb, line 84 84: def order( args ) 85: raise InvalidOptionError.new( args[0] ) if args[0] =~ /^-/ 86: args 87: end