123 124 125 126 127 128 129
# File 'lib/sqlite3/statement.rb', line 123 def each loop do val = step break self if done? yield val end end