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

session_get_cb

        # OpenSSL::SSL::SSLContext.session_get_cb

(from ruby core)
---

A callback invoked on a server when a session is proposed by the client
but the session could not be found in the server's internal cache.

The callback is invoked with the SSLSocket and session id.  The callback
may return a Session from an external cache.



      

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.