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

sync

        # Zlib::Inflate.sync

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

---

Inputs `string` into the end of input buffer and skips data until a full
flush point can be found.  If the point is found in the buffer, this
method flushes the buffer and returns false.  Otherwise it returns
`true` and the following data of full flush point is preserved in the
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.