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

sysread

        # OpenSSL::SSL::SSLSocket.sysread

(from ruby core)
### Implementation from SSLSocket
---
    ssl.sysread(length) => string
    ssl.sysread(length, buffer) => buffer

---

Reads *length* bytes from the SSL connection.  If a pre-allocated
*buffer* is provided the data will be written into it.



      

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.