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

OpenSSL::SSL::SSLServer

        # OpenSSL::SSL::SSLServer < Object

---
# Includes:
SocketForwarder (from ruby core)

(from ruby core)
---
SSLServer represents a TCP/IP server socket with Secure Sockets Layer.
---
# Class methods:

    new

# Instance methods:

    accept
    close
    listen
    shutdown
    start_immediately
    to_io

# Attributes:

    attr_accessor start_immediately


      

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.