method

new

ruby latest stable - Class: Gem::Package::FileSource
new(path)
public

No documentation available.

# File lib/rubygems/package/file_source.rb, line 13
  def initialize path
    @path = path
  end