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