# File lib/facet/harray.rb, line 266
def
each_index
(
0
...
self
.
length
).
each
{
|
i
|
yield
(
i
) }
end