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

set_params

        # OpenSSL::SSL::SSLContext.set_params

(from ruby core)
### Implementation from SSLContext
---
    ctx.set_params(params = {}) -> params

---

Sets saner defaults optimized for the use with HTTP-like protocols.

If a Hash *params* is given, the parameters are overridden with it. The
keys in *params* must be assignment methods on SSLContext.

If the verify_mode is not VERIFY_NONE and ca_file, ca_path and
cert_store are not set then the system default certificate store is
used.



      

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.