# File lib/rubygems/command.rb, line 85
    def add_option(*args, &handler)
      @option_list << [args, handler]
    end