Method: Gem::SourceFetchProblem#wordy

Defined in:
lib/rubygems/errors.rb

#wordyObject

An English description of the error.



168
169
170
# File 'lib/rubygems/errors.rb', line 168

def wordy
  "Unable to download data from #{Gem::Uri.redact(@source.uri)} - #{@error.message}"
end