# File lib/moped/query.rb, line 77
def
each
(
*
args
,
&
blk
)
cursor
.
each
(
*
args
,
&
blk
)
end