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

Benchmark::Tms

        # Benchmark::Tms < Object

(from ruby core)
---
A data object, representing the times associated with a benchmark
measurement.
---
# Constants:

CAPTION
:   Default caption, see also Benchmark::CAPTION
FORMAT
:   Default format string, see also Benchmark::FORMAT


# Class methods:

    new

# Instance methods:

    *
    +
    -
    /
    add
    add!
    cstime
    cutime
    format
    label
    memberwise
    real
    stime
    to_a
    to_h
    to_s
    total
    utime

# Attributes:

    attr_reader cstime
    attr_reader cutime
    attr_reader label
    attr_reader real
    attr_reader stime
    attr_reader total
    attr_reader utime


      

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.