method

new

v2_2_9 - Show latest stable - Class: Gem::Source::Local
new()
public

No documentation available.

# File lib/rubygems/source/local.rb, line 7
  def initialize # :nodoc:
    @specs   = nil
    @api_uri = nil
    @uri     = nil
  end