really_verbose()
Really verbose mode gives you extra output.
# File lib/rubygems/config_file.rb, line 419 def really_verbose case verbose when true, false, nil then false else true end end