# File lib/rubygems/command.rb, line 94
    def get_one_optional_argument
      args = options[:args] || []
      args.first
    end