backtrace()
Returns the current back trace of the thr.
static VALUE rb_thread_backtrace_m(VALUE thval) { return rb_thread_backtrace(thval); }