Method: Gem::Resolver::GitSet#root_dir
- Defined in:
- lib/rubygems/resolver/git_set.rb
#root_dir ⇒ Object
The root directory for git gems in this set. This is usually Gem.dir, the installation directory for regular gems.
18 19 20 |
# File 'lib/rubygems/resolver/git_set.rb', line 18 def root_dir @root_dir end |