Method: Zip::FileSystem::ZipFsFile#pipe

Defined in:
lib/zip/filesystem.rb

#pipeObject

Raises:

  • (NotImplementedError)


379
380
381
# File 'lib/zip/filesystem.rb', line 379

def pipe
  raise NotImplementedError, 'The pipe() function is not implemented'
end