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

flush_next_out

        # Zlib::ZStream.flush_next_out

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

---

Flushes output buffer and returns all data in that buffer.  If a block
is given each chunk is yielded to the block until the current output
buffer has been flushed.



      

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.