# File lib/rubygems/config_file.rb, line 205
  def really_verbose
    case verbose
    when true, false, nil then false
    else true
    end
  end