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

parse

        # OptionParser.parse

(from ruby core)
---
    parse(*argv, into: nil)

---

Parses command line arguments `argv` in order when environment variable
POSIXLY_CORRECT is set, and in permutation mode otherwise. When optional
`into` keyword argument is provided, the parsed option values are stored
there via `[]=` method (so it can be Hash, or OpenStruct, or other
similar 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.