Method: PKCS11.open

Defined in:
ext/pk11.c

.open(*args) ⇒ Object Also known as: new

Alias function for PKCS11::Library#initialize



137
138
139
140
141
# File 'ext/pk11.c', line 137

static VALUE
pkcs11_library_new(int argc, VALUE *argv, VALUE self)
{
  return rb_funcall2(cPKCS11, sNEW, argc, argv);
}