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

Socket::UDPSource

        # Socket::UDPSource < Object

(from ruby core)
---
UDP/IP address information used by Socket.udp_server_loop.
---
# Class methods:

    new

# Instance methods:

    local_address
    remote_address
    reply

# Attributes:

    attr_reader local_address
    attr_reader remote_address


      

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.