Module: Kernel
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#called_from ⇒ Object
get location information of caller().
Instance Method Details
#called_from ⇒ Object
get location information of caller().
19 20 21 |
# File 'ext/called_from/called_from.c', line 19 static VALUE rb_f_called_from(argc, argv) int argc; |