method
add_value
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::Config
add_value(p1, p2, p3)public
No documentation available.
static VALUE
ossl_config_add_value_m(VALUE self, VALUE section, VALUE name, VALUE value)
{
rb_ossl_config_modify_check(self);
return ossl_config_add_value(self, section, name, value);
}