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