Method: Gem::Installer#unpack
- Defined in:
- lib/rubygems/installer.rb
#unpack(directory) ⇒ Object
Unpacks the gem into the given directory.
416 417 418 419 |
# File 'lib/rubygems/installer.rb', line 416 def unpack(directory) @gem_dir = directory extract_files end |