Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: GitSet
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/git_set.rb, line 35
  def initialize # :nodoc:
    super()

    @git             = ENV['git'] || 'git'
    @need_submodules = {}
    @repositories    = {}
    @root_dir        = Gem.dir
    @specs           = {}
  end
Register or log in to add new notes.