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

finish

        # Zlib::GzipFile.finish

(from ruby core)
### Implementation from GzipFile
---
    finish()

---

Closes the GzipFile object. Unlike Zlib::GzipFile#close, this method
never calls the close method of the associated IO object. Returns the
associated IO object.



      

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.