# File lib/sqlite3/statement.rb, line 106 def each loop do val = step break self if done? yield val end end