class ActiveRecord::Result::IndexedRow

def each_key(&block)

def each_key(&block)
  @column_indexes.each_key(&block)
end