method

read_files_from_gem

v1_9_3_392 - Show latest stable - Class: Gem::OldFormat
read_files_from_gem(gem_file)
private

Reads the embedded file data from a gem file, yielding an entry containing metadata about the file and the file contents themselves for each file that’s archived in the gem. NOTE: Many of these methods should be extracted into some kind of Gem file read/writer

gem_file

IO

The IO to process