# File lib/trollop.rb, line 697 def options args=ARGV, *a, &b p = Parser.new(*a, &b) with_standard_exception_handling(p) { p.parse args } end