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

OptionParser::List

        # OptionParser::List < Object

(from ruby core)
---
Simple option list providing mapping from short and/or long option
string to OptionParser::Switch and mapping from acceptable argument to
matching pattern and converter pair. Also provides summary feature.
---
# Class methods:

    new

# Instance methods:

    accept
    append
    atype
    complete
    each_option
    get_candidates
    list
    long
    prepend
    reject
    search
    short
    summarize

# Attributes:

    attr_reader atype
    attr_reader list
    attr_reader long
    attr_reader short


      

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.