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

load

        # OptionParser.load

(from ruby core)
---
    load(filename = nil)

---

Loads options from file names as `filename`. Does nothing when the file
is not present. Returns whether successfully loaded.

`filename` defaults to basename of the program without suffix in a
directory ~/.options, then the basename with '.options' suffix under XDG
and Haiku standard places.



      

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.