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

avail_out=

        # Zlib::ZStream.avail_out=

(from ruby core)
### Implementation from ZStream
---
    avail_out=(p1)

---

Allocates `size` bytes of free space in the output buffer. If there are
more than `size` bytes already in the buffer, the buffer is truncated.
Because free space is allocated automatically, you usually don't need to
use this method.



      

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.