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

accept

        # OptionParser.accept

(from ruby core)
---
    accept(*args, &blk)

---

See #accept.


(from ruby core)
---
    accept(*args, &blk)

---

Directs to accept specified class `t`. The argument string is passed to
the block in which it should be converted to the desired class.

`t`
:   Argument class specifier, any object including Class.
`pat`
:   Pattern for argument, defaults to `t` if it responds to match.


    accept(t, pat, &block)



      

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.