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

URI::FTP

        # URI::FTP < Generic

---
# Includes:
OpenURI::OpenRead (from ruby core)

(from ruby core)
---

FTP URI syntax is defined by RFC1738 section 3.2.

This class will be redesigned because of difference of implementations;
the structure of its path. draft-hoffman-ftp-uri-04 is a draft but it is
a good summary about the de facto spec.
http://tools.ietf.org/html/draft-hoffman-ftp-uri-04
---
# Constants:

COMPONENT
:   An Array of the available components for URI::FTP.
DEFAULT_PORT
:   A Default port of 21 for URI::FTP.
TYPECODE
:   Typecode is "a", "i", or "d".

    *   "a" indicates a text file (the FTP command was ASCII)
    *   "i" indicates a binary file (FTP command IMAGE)
    *   "d" indicates the contents of a directory should be displayed

TYPECODE_PREFIX
:   Typecode prefix ";type=".


# Class methods:

    build
    new

# Instance methods:

    check_typecode
    path
    set_path
    set_typecode
    to_s
    typecode
    typecode=

# Attributes:

    attr_reader typecode


      

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.