Class: Gem::DependencyInstaller

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bin_dirObject

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