Flowdock
method

inspect

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Name
inspect() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
ossl_x509name_inspect(VALUE self)
{
    return rb_enc_sprintf(rb_utf8_encoding(), "#<%"PRIsVALUE" %"PRIsVALUE">",
                          rb_obj_class(self), ossl_x509name_to_utf8(self));
}
Register or log in to add new notes.