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

add_dictionary

        # Zlib::Inflate.add_dictionary

(from ruby core)
### Implementation from Inflate
---
    add_dictionary(string)

---

Provide the inflate stream with a dictionary that may be required in the
future.  Multiple dictionaries may be provided.  The inflate stream will
automatically choose the correct user-provided dictionary based on the
stream's required dictionary.



      

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.