Sha256: 13190ef46ed67c68c9099d5562ddffb9f62a870b0e0807c3b2d3a4a95d3b8d2a
Contents?: true
Size: 351 Bytes
Versions: 114
Compression:
Stored size: 351 Bytes
Contents
module Zip class NullCompressor < Compressor #:nodoc:all include Singleton def <<(_data) raise IOError, 'closed stream' end attr_reader :size, :compressed_size 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
114 entries across 89 versions & 11 rubygems