summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
@@ -713,7 +713,7 @@ enum_to_a(int argc, VALUE *argv, VALUE obj)
{
VALUE ary = rb_ary_new();
- rb_block_call(obj, id_each, argc, argv, collect_all, ary);
return ary;
}