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

purpose=

        # OpenSSL::X509::StoreContext.purpose=

(from ruby core)
### Implementation from StoreContext
---
    stctx.purpose = purpose

---

Sets the purpose of the context. This overrides the default value set by
Store#purpose=.

See also the man page X509_VERIFY_PARAM_set_purpose(3).



      

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.