# File lib/optparse.rb, line 594
    def append(*args)
      update(*args)
      @list.push(args[0])
    end