Sha256: 6a8af0681133b32e826875a5f34d5fab59348ef4d8536f53482622ceac24f1fb
Contents?: true
Size: 348 Bytes
Versions: 47
Compression:
Stored size: 348 Bytes
Contents
module Zip module NullDecompressor #:nodoc:all module_function def read(_length = nil, _outbuf = nil) nil end def eof true end alias eof? eof end end # Copyright (C) 2002, 2003 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or # modify it under the terms of the ruby license.
Version data entries
47 entries across 37 versions & 8 rubygems