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