Flowdock
method

create_extension

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: ExtensionFactory
create_extension(*arg) 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-internal.rb, line 20
      def create_extension(*arg)
        if arg.size > 1
          create_ext(*arg)
        else
          send("create_ext_from_"+arg[0].class.name.downcase, arg[0])
        end
      end
Register or log in to add new notes.