Method: Zip::ZipFileSystem::ZipFsFile#truncate
- Defined in:
- lib/zip/zipfilesystem.rb
#truncate(fileName, len) ⇒ Object
173 174 175 |
# File 'lib/zip/zipfilesystem.rb', line 173 def truncate(fileName, len) raise StandardError, "truncate not supported" end |