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

Psych::Handler::DumperOptions

        # Psych::Handler::DumperOptions < Object

(from ruby core)
---
Configuration options for dumping YAML.
---
# Class methods:

    new

# Instance methods:

    canonical
    indentation
    line_width

# Attributes:

    attr_accessor canonical
    attr_accessor indentation
    attr_accessor line_width


      

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.