# File lib/regin/collection.rb, line 9
def
each
@array
.
each
{
|
item
|
yield
item
}
end