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

Enumerator::Chain

        # Enumerator::Chain < Enumerator

(from ruby core)
---
Enumerator::Chain is a subclass of Enumerator, which represents a chain
of enumerables that works as a single enumerator.

This type of objects can be created by Enumerable#chain and
Enumerator#+.
---
# Class methods:

    new

# Instance methods:

    each
    inspect
    rewind
    size


      

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.