Flowdock
method

download

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: SpecificFile
download(spec, dir = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/source/specific_file.rb, line 40
  def download spec, dir = nil # :nodoc:
    return @path if spec == @spec
    raise Gem::Exception, "Unable to download '#{spec.full_name}'"
  end
Register or log in to add new notes.