0
0
Fork 0

Add some docs for each

This commit is contained in:
Stormwind 2015-04-26 07:16:27 +02:00
parent 3aa7d60d77
commit 4458bc9be3
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ module Rubella
"concrete implementation"
end
# Passes each dataset trought the given block.
#
# @param pointer to block
#
def each &block
@data.each &block
end