Gem::ErrorReason
An error that indicates we weren’t able to fetch some data from a source
# File rubygems/errors.rb, line 78 def initialize(source, error) @source = source @error = error end
# File rubygems/errors.rb, line 85 def wordy "Unable to download data from #{@source.uri} - #{@error.message}" end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.26.0.