ruby/lib/rubygems/package/tar_reader
Martin Emde 65ca14ea6e [rubygems/rubygems] Fix TarReader::Entry#read/partial to match File#read and StringIO#read
TarReader is used as an IO object, but doesn't behave the same as other
implementations. These fixes make `read` and `readpartial` conform to the
interface of StringIO and File.

bba32d7217
2023-02-02 17:17:34 +00:00
..
entry.rb [rubygems/rubygems] Fix TarReader::Entry#read/partial to match File#read and StringIO#read 2023-02-02 17:17:34 +00:00