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
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with Ruby-doc Rdoc Generator 0.24.6.