method

section

v1_9_1_378 - Show latest stable - Class: OpenSSL::Config
section(p1)
public

No documentation available.

static VALUE
ossl_config_get_section_old(VALUE self, VALUE section)
{
    rb_warn("Config#section is deprecated; use Config#[]");
    return ossl_config_get_section(self, section);
}