method

read_files_from_gem

ruby latest stable - Class: Gem::OldFormat

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

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