# File lib/rmail/header.rb, line 265
    def delete_at(index)
      @fields.delete_at(index)
      self
    end