This method is only available on newer versions. The first available version (v2_6_3) is shown here.
inspect()
Returns a printable version of the enumerator chain.
static VALUE enum_chain_inspect(VALUE obj) { return rb_exec_recursive(inspect_enum_chain, obj, 0); }