# File lib/optparse.rb, line 1607 def set_option(opt, eq) if eq @args[0] = opt else @args.unshift(opt) end self end