class Binding

Public Class Methods

of_caller(p1) click to toggle source
static VALUE
of_caller(VALUE self, VALUE item)
{
  return rb_debug_inspector_open(callback, (void *) &item);
}

Public Instance Methods

of_caller(p1) click to toggle source
static VALUE
of_caller(VALUE self, VALUE item)
{
  return rb_debug_inspector_open(callback, (void *) &item);
}
Also aliased as: of_caller