# File lib/expected_result_set.rb, line 24
    def row_hashes
        return rows.collect { |row| to_hash(row) }
    end