# File lib/criteria/mysql.rb, line 88
def
each
@res
.
each
{
|
x
|
yield
@tbl
.
_parse_row
(
@cols
,
x
) }
end