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

Psych::ScalarScanner

        # Psych::ScalarScanner < Object

(from ruby core)
---
Scan scalars for built in types
---
# Constants:

FLOAT
:   Taken from http://yaml.org/type/float.html Base 60, [-+]inf and NaN
    are handled separately
INTEGER
:   Taken from http://yaml.org/type/int.html
TIME
:   Taken from http://yaml.org/type/timestamp.html


# Class methods:

    new

# Instance methods:

    class_loader
    parse_int
    parse_time
    tokenize

# Attributes:

    attr_reader class_loader


      

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.