# File lib/optparse.rb, line 578
    def prepend(*args)
      update(*args)
      @list.unshift(args[0])
    end