Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: VendorSet
new() public

No documentation

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

Hide source
# File lib/rubygems/resolver/vendor_set.rb, line 24
  def initialize # :nodoc:
    super()

    @directories = {}
    @specs       = {}
  end
Register or log in to add new notes.