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