Flowdock
method

create_ext_from_hash

Importance_0
create_ext_from_hash(hash) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/x509.rb, line 38
      def create_ext_from_hash(hash)
        create_ext(hash["oid"], hash["value"], hash["critical"])
      end
Register or log in to add new notes.