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

max_version=

        # OpenSSL::SSL::SSLContext.max_version=

(from ruby core)
### Implementation from SSLContext
---
    ctx.max_version = OpenSSL::SSL::TLS1_2_VERSION
    ctx.max_version = :TLS1_2
    ctx.max_version = nil

---

Sets the upper bound of the supported SSL/TLS protocol version. See
#min_version= for the possible values.



      

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.