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

PrettyPrint::SingleLine

        # PrettyPrint::SingleLine < Object

(from ruby core)
---
PrettyPrint::SingleLine is used by PrettyPrint.singleline_format

It is passed to be similar to a PrettyPrint object itself, by responding
to:
*   #text
*   #breakable
*   #nest
*   #group
*   #flush
*   #first?


but instead, the output has no line breaks
---
# Class methods:

    new

# Instance methods:

    breakable
    first?
    group
    text


      

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.