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

URI::RFC2396_Parser

        # URI::RFC2396_Parser < Object

---
# Includes:
RFC2396_REGEXP (from ruby core)

(from ruby core)
---
Class that parses String's into URI's.

It contains a Hash set of patterns and Regexp's that match and validate.
---
# Class methods:

    new

# Instance methods:

    convert_to_uri
    escape
    extract
    initialize_pattern
    initialize_regexp
    inspect
    join
    make_regexp
    parse
    pattern
    regexp
    split
    unescape

# Attributes:

    attr_reader pattern
    attr_reader regexp


      

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.