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

post_connection_check

        # OpenSSL::SSL::SSLSocket.post_connection_check

(from ruby core)
### Implementation from SSLSocket
---
    ssl.post_connection_check(hostname) -> true

---

Perform hostname verification following RFC 6125.

This method MUST be called after calling #connect to ensure that the
hostname of a remote peer has been verified.



      

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.