# File lib/rubygems/old_format.rb, line 23 def initialize(gem_path) require 'fileutils' require 'zlib' Gem.load_yaml @gem_path = gem_path end