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

permute

        # OptionParser.permute

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

---

Parses command line arguments `argv` in permutation mode and returns
list of non-option arguments. 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.