thr.set_trace_func(proc) â proc
thr.set_trace_func(nil) â nil
thr.set_trace_func(nil) â nil
Instance Public methods
Establishes proc on thr as the handler for tracing, or
disables tracing if the parameter is nil
. See
set_trace_func
.
Establishes proc on thr as the handler for tracing, or
disables tracing if the parameter is nil
. See
set_trace_func
.
Please login to continue.