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

params

        # Zlib::Deflate.params

(from ruby core)
### Implementation from Deflate
---
    params(level, strategy)

---

Changes the parameters of the deflate stream to allow changes between
different types of data that require different types of compression. 
Any unprocessed data is flushed before changing the params.

See Zlib::Deflate.new for a description of `level` and `strategy`.



      

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.