Class: Gem::DependencyInstaller
- Inherits:
-
Object
- Object
- Gem::DependencyInstaller
- Defined in:
- lib/rubygems/commands/sandbox_command.rb
Overview
Gem command to “sandbox” command-line tools into their own private gem repos but with a globally command-line wrapper.
Instance Attribute Summary collapse
-
#bin_dir ⇒ Object
Returns the value of attribute bin_dir.
Instance Attribute Details
#bin_dir ⇒ Object
Returns the value of attribute bin_dir.
11 12 13 |
# File 'lib/rubygems/commands/sandbox_command.rb', line 11 def bin_dir @bin_dir end |