# File lib/expected_result_set.rb, line 13
  def row_hash(index)
    return to_hash( @rows[index] )
  end