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