# File lib/dbd/pg/tuples.rb, line 11 def initialize(db, pg_result) @db = db @pg_result = pg_result @index = -1 @row = [] end