Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
# File rubygems/source_specific_file.rb, line 23
def download(spec, dir=nil)
return @path if spec == @spec
raise Gem::Exception, "Unable to download '#{spec.full_name}'"
end