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

gets

        # Zlib::GzipReader.gets

(from ruby core)
### Implementation from GzipReader
---
    gets(*args)

---

See Zlib::GzipReader documentation for a description. However, note that
this method can return `nil` even if #eof? returns false, unlike the
behavior of File#gets.



      

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.