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

new

        # OptionParser.new

(from ruby core)
---
    new(banner = nil, width = 32, indent = ' ' * 4) { |self| ... }

---

Initializes the instance and yields itself if called with a block.

`banner`
:   Banner message.
`width`
:   Summary width.
`indent`
:   Summary indent.



(from ruby core)
---
    new() { |self| ... }

---

Pushes a new List.



      

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.