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

create_ext

        # OpenSSL::X509::ExtensionFactory.create_ext

(from ruby core)
### Implementation from ExtensionFactory
---
    ef.create_ext(ln_or_sn, "value", critical = false) -> X509::Extension
    ef.create_ext(ln_or_sn, "critical,value")          -> X509::Extension

---

Creates a new X509::Extension with passed values. See also
x509v3_config(5).



      

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.