new(gem_path)
public
Constructs an instance of a Format object,
representing the gem’s data structure.
gem |
- String
-
The file name of the gem
|
# File lib/rubygems/old_format.rb, line 23
def initialize(gem_path)
require 'fileutils'
require 'zlib'
Gem.load_yaml
@gem_path = gem_path
end