Small comment fix in `mrblib/array.c`.

parent 670622f4
......@@ -12,7 +12,7 @@ class Array
# ISO 15.2.12.5.10
# def each(&block)
# return to_enum :each unless block
#
# idx = 0
# while idx < length
# block.call(self[idx])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment