wordy()
An English description of the error.
# File lib/rubygems/errors.rb, line 175 def wordy @source.uri.password = 'REDACTED' unless @source.uri.password.nil? "Unable to download data from #{@source.uri} - #{@error.message}" end