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

flush

        # Zlib::GzipWriter.flush

(from ruby core)
### Implementation from GzipWriter
---
    flush(flush=nil)

---

Flushes all the internal buffers of the GzipWriter object.  The meaning
of `flush` is same as in Zlib::Deflate#deflate.  `Zlib::SYNC_FLUSH` is
used if `flush` is omitted.  It is no use giving flush `Zlib::NO_FLUSH`.



      

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.