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

verify_hostname

        # OpenSSL::SSL::SSLContext.verify_hostname

(from ruby core)
---

Whether to check the server certificate is valid for the hostname.

In order to make this work, verify_mode must be set to VERIFY_PEER and
the server hostname must be given by OpenSSL::SSL::SSLSocket#hostname=.



      

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.