method
to_s
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::Config
to_s()public
No documentation available.
static VALUE
ossl_config_to_s(VALUE self)
{
CONF *conf;
GetConfig(self, conf);
return dump_conf(conf);
} to_s()No documentation available.
static VALUE
ossl_config_to_s(VALUE self)
{
CONF *conf;
GetConfig(self, conf);
return dump_conf(conf);
}