Flowdock
method

new

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Local
new() public

No documentation

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

Hide source
# File lib/rubygems/source/local.rb, line 8
  def initialize # :nodoc:
    @specs   = nil
    @api_uri = nil
    @uri     = nil
    @load_specs_names = {}
  end
Register or log in to add new notes.