# File /home/matt/rubymail/mail/header.rb, line 194
    def delete_at index
      @fields[index, 1] = nil
      self
    end