method
new
v2_2_9 -
Show latest stable
- Class:
Gem::Resolver::GitSet
new()public
No documentation available.
# 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