rubyzip/lib/zip/filesystem
Robert Haines 9d8fc05c43 Refactor `get_entry` in `FileSystem::File(::Stat)`.
Rename it to `find_entry` because that is ultimately what is called on
the underlying zip file. Make `FileSystem::File#find_entry` public as it
need to be called from `FileSystem::File::Stat`, so now we can avoid
`__send__`. Neither class is documented anyway, so no harm done there.
2021-06-06 15:02:49 +01:00
..
dir.rb Extract `FileSystem::Dir` from the main filesystem file. 2021-06-06 15:02:49 +01:00
directory_iterator.rb Extract `DirectoryIterator` from the main filesystem file. 2021-06-06 15:02:49 +01:00
file.rb Refactor `get_entry` in `FileSystem::File(::Stat)`. 2021-06-06 15:02:49 +01:00
file_stat.rb Refactor `get_entry` in `FileSystem::File(::Stat)`. 2021-06-06 15:02:49 +01:00
zip_file_name_mapper.rb Extract `FileSystem::File` from the main filesystem file. 2021-06-06 15:02:49 +01:00