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

RubyVM

        # RubyVM < Object

(from ruby core)
---

The RubyVM module only exists on MRI. `RubyVM` is not defined in other
Ruby implementations such as JRuby and TruffleRuby.

The RubyVM module provides some access to MRI internals. This module is
for very limited purposes, such as debugging, prototyping, and research.
 Normal users must not use it. This module is not portable between Ruby
implementations.
---
# Constants:

DEFAULT_PARAMS
:   DEFAULT_PARAMS This constant exposes the VM's default parameters.
    Note that changing these values does not affect VM execution.
    Specification is not stable and you should not depend on this value.
    Of course, this constant is MRI specific.
INSTRUCTION_NAMES
:   INSTRUCTION_NAMES A list of bytecode instruction names in MRI. This
    constant is MRI specific.
OPTS
:   OPTS An Array of VM build options. This constant is MRI specific.


# Class methods:

    each_builtin
    keep_script_lines
    keep_script_lines=
    mtbl
    mtbl2
    stat

---
Also found in:
    gem debug-1.7.1


      

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.