11 12 13 14 15
# File 'lib/og/adapter/sqlite/override.rb', line 11 def each_row each do |row| yield(row, 0) end end