APIdock / Ruby
/
method

debug=

ruby latest stable - Class: OpenSSL
debug=(p1)
public

Turns on or off debug mode. With debug mode, all erros added to the OpenSSL error queue will be printed to stderr.

static VALUE
ossl_debug_set(VALUE self, VALUE val)
{
 dOSSL = RTEST(val) ? Qtrue : Qfalse;
 return val;
}

AltStyle によって変換されたページ (->オリジナル) /