Method: Zip::FileSystem#file
- Defined in:
- lib/zip/filesystem.rb
#file ⇒ Object
Returns a ZipFsFile which is much like ruby’s builtin File (class) object, except it works on the Zip::File on which this method is invoked
55 56 57 |
# File 'lib/zip/filesystem.rb', line 55 def file @zipFsFile end |