# File lib/cmdparse.rb, line 91 91: def permute( args ) 92: raise InvalidOptionError.new( args[0] ) if args.any? {|a| a =~ /^-/} 93: args 94: end