Method: Enumerator#inspect
- Defined in:
- enumerator.c
#inspect ⇒ String
Creates a printable version of e.
1226 1227 1228 1229 1230 |
# File 'enumerator.c', line 1226 static VALUE enumerator_inspect(VALUE obj) { return rb_exec_recursive(inspect_enumerator, obj, 0); } |