# File lib/optparse.rb, line 753 def self.with(*args, &block) opts = new(*args) opts.instance_eval(&block) opts end