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

description

        # Gem::Specification.description

(from ruby core)
---

A long description of this gem

The description should be more detailed than the summary but not
excessively long.  A few paragraphs is a recommended length with no
examples or formatting.

Usage:

    spec.description = <<-EOF
      Rake is a Make-like program implemented in Ruby. Tasks and
      dependencies are specified in standard Ruby syntax.
    EOF



      

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.