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

MonitorMixin::ConditionVariable

        # MonitorMixin::ConditionVariable < Object

(from ruby core)
---
FIXME: This isn't documented in Nutshell.

Since MonitorMixin.new_cond returns a ConditionVariable, and the example
above calls while_wait and signal, this class should be documented.
---
# Class methods:

    new

# Instance methods:

    broadcast
    signal
    wait
    wait_until
    wait_while


      

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.