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

freeze

        # OpenSSL::SSL::SSLContext.freeze

(from ruby core)
### Implementation from SSLContext
---
    freeze()

---

This method is called automatically when a new SSLSocket is created.
However, it is not thread-safe and must be called before creating
SSLSocket objects in a multi-threaded program.


(This method is an alias for OpenSSL::SSL::SSLContext#setup.)

This method is called automatically when a new SSLSocket is created.
However, it is not thread-safe and must be called before creating
SSLSocket objects in a multi-threaded program.



      

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.