unpack(directory)
Unpacks the gem into the given directory.
# File lib/rubygems/installer.rb, line 404 def unpack(directory) @gem_dir = directory extract_files end