This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

Zlib::GzipFile

        # Zlib::GzipFile < Object

(from ruby core)
---
Zlib::GzipFile is an abstract class for handling a gzip formatted
compressed file. The operations are defined in the subclasses,
Zlib::GzipReader for reading, and Zlib::GzipWriter for writing.

GzipReader should be used by associating an IO, or IO-like, object.

## Method Catalogue

*   ::wrap
*   ::open (Zlib::GzipReader::open and Zlib::GzipWriter::open)
*   #close
*   #closed?
*   #comment
*   comment= (Zlib::GzipWriter#comment=)
*   #crc
*   eof? (Zlib::GzipReader#eof?)
*   #finish
*   #level
*   lineno (Zlib::GzipReader#lineno)
*   lineno= (Zlib::GzipReader#lineno=)
*   #mtime
*   mtime= (Zlib::GzipWriter#mtime=)
*   #orig_name
*   orig_name (Zlib::GzipWriter#orig_name=)
*   #os_code
*   path (when the underlying IO supports #path)
*   #sync
*   #sync=
*   #to_io


(due to internal structure, documentation may appear under
Zlib::GzipReader or Zlib::GzipWriter)
---
# Class methods:

    wrap

# Instance methods:

    close
    closed?
    comment
    crc
    finish
    level
    mtime
    orig_name
    os_code
    sync
    sync=
    to_io


      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.