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

ciphers=

        # OpenSSL::SSL::SSLContext.ciphers=

(from ruby core)
### Implementation from SSLContext
---
    ctx.ciphers = "cipher1:cipher2:..."
    ctx.ciphers = [name, ...]
    ctx.ciphers = [[name, version, bits, alg_bits], ...]

---

Sets the list of available cipher suites for this context.  Note in a
server context some ciphers require the appropriate certificates.  For
example, an RSA cipher suite can only be chosen when an RSA certificate
is available.



      

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.