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

rdoc_options

        # Gem::Specification.rdoc_options

(from ruby core)
### Implementation from Specification
---
    rdoc_options()

---

Specifies the rdoc options to be used when generating API documentation.

Usage:

    spec.rdoc_options << '--title' << 'Rake -- Ruby Make' <<
      '--main' << 'README' <<
      '--line-numbers'



      

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.