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

URI::MailTo

        # URI::MailTo < URI::Generic

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

(from ruby core)
---
RFC6068, the mailto URL scheme.
---
# Constants:

COMPONENT
:   An Array of the available components for URI::MailTo.
DEFAULT_PORT
:   A Default port of nil for URI::MailTo.


# Class methods:

    build
    new

# Instance methods:

    check_headers
    check_to
    headers
    headers=
    set_headers
    set_to
    to
    to=
    to_mailtext
    to_rfc822text
    to_s

# Attributes:

    attr_reader headers
    attr_reader to


      

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.