Class: Binding
- Inherits:
-
Object
- Object
- Binding
- Defined in:
- ext/bindings/bindings.c
Class Method Summary collapse
-
.of_caller(item) ⇒ Object
preferred.
Instance Method Summary collapse
-
#of_caller(item) ⇒ Object
backward compatibility.
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); } |