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

verify_result

        # OpenSSL::SSL::SSLSocket.verify_result

(from ruby core)
### Implementation from SSLSocket
---
    ssl.verify_result => Integer

---

Returns the result of the peer certificates verification.  See verify(1)
for error values and descriptions.

If no peer certificate was presented X509_V_OK is returned.



      

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.