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

JSON::Ext::Generator::State

        # JSON::Ext::Generator::State < Object

(from ruby core)
---
# Class methods:

    from_state
    new

# Instance methods:

    []
    []=
    allow_nan?
    array_nl
    array_nl=
    ascii_only?
    buffer_initial_length
    buffer_initial_length=
    check_circular?
    configure
    depth
    depth=
    escape_slash
    escape_slash=
    escape_slash?
    generate
    indent
    indent=
    initialize_copy
    max_nesting
    max_nesting=
    merge
    object_nl
    object_nl=
    space
    space=
    space_before
    space_before=
    to_h
    to_hash


      

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.