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

JSON::GenericObject

        # JSON::GenericObject < OpenStruct

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

    dump
    from_hash
    json_creatable
    json_creatable?
    json_create
    load

# Instance methods:

    []
    []=
    as_json
    to_hash
    to_json
    |

# Attributes:

    attr_writer json_creatable


      

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.