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

finish

        # Zlib::ZStream.finish

(from ruby core)
### Implementation from ZStream
---
    finish                 -> String
    finish { |chunk| ... } -> nil

---

Finishes the stream and flushes output buffer.  If a block is given each
chunk is yielded to the block until the input buffer has been flushed to
the output buffer.



      

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.