# File rmail/header.rb, line 188
    def delete_at(index)
      @fields[index, 1] = nil
      self
    end