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

URI::File

        # URI::File < Generic

(from ruby core)
---
The "file" URI is defined by RFC8089.
---
# Constants:

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


# Class methods:

    build

# Instance methods:

    check_password
    check_user
    check_userinfo
    set_host
    set_password
    set_port
    set_user
    set_userinfo


      

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.