file_list(io)
Reads the file list section from the old-format gem io
# File lib/rubygems/package/old.rb, line 96 def file_list io # :nodoc: header = '' read_until_dashes io do |line| header << line end YAML.load header end