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

connect_internal

        # Addrinfo.connect_internal

(from ruby core)
---
    connect_internal(local_addrinfo, timeout=nil) { |socket| ... }

---

creates a new Socket connected to the address of `local_addrinfo`.

If *local_addrinfo* is nil, the address of the socket is not bound.

The *timeout* specify the seconds for timeout. Errno::ETIMEDOUT is
raised when timeout occur.

If a block is given the created socket is yielded for each 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.