Sha256: 6260e0b9c4497733d56835e22d54aadd6c5e5d68c7a1496043ae0c80897c1e01
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
require 'bzip2_ext' require 'bzip2/version' # This is the base module for the +bzip2-ruby+ gem. Beneath it are the classes # for writing and reading data from bzip2 compressed and uncompressed streams. # # For example usage, see the Bzip2::Reader or Bzip2::Writer or the # {README}[link:docs/file/README.rdoc] # # @see Bzip2::Writer # @see Bzip2::Reader module Bzip2 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bzip2-ruby-0.2.7 | lib/bzip2.rb |