new(file)
public
Creates a new
SpecificFile for the gem in file
# File lib/rubygems/source/specific_file.rb, line 16
def initialize(file)
@uri = nil
@path = ::File.expand_path(file)
@package = Gem::Package.new @path
@spec = @package.spec
@name = @spec.name_tuple
end