Class: Binding

Inherits:
Object
  • Object
show all
Defined in:
ext/bindings/bindings.c

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.of_caller(item) ⇒ Object

preferred



11
12
13
14
15
# File 'ext/bindings/bindings.c', line 11

static VALUE
of_caller(VALUE self, VALUE item)
{
  return rb_debug_inspector_open(callback, (void *) &item);
}

Instance Method Details

#of_caller(item) ⇒ Object

backward compatibility



11
12
13
14
15
# File 'ext/bindings/bindings.c', line 11

static VALUE
of_caller(VALUE self, VALUE item)
{
  return rb_debug_inspector_open(callback, (void *) &item);
}