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

Zlib::Inflate

        # Zlib::Inflate < Zlib::ZStream

(from ruby core)
---
Zlib:Inflate is the class for decompressing compressed data.  Unlike
Zlib::Deflate, an instance of this class is not able to duplicate
(clone, dup) itself.
---
# Class methods:

    inflate
    new

# Instance methods:

    <<
    add_dictionary
    inflate
    set_dictionary
    sync
    sync_point?


      

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.