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

readpartial

        # Zlib::GzipReader.readpartial

(from ruby core)
### Implementation from GzipReader
---
    gzipreader.readpartial(maxlen [, outbuf]) => string, outbuf

---

Reads at most *maxlen* bytes from the gziped stream but it blocks only
if *gzipreader* has no data immediately available. If the optional
*outbuf* argument is present, it must reference a String, which will
receive the data. It raises `EOFError` on end of file.



      

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.