# File lib/rex/mime/header.rb, line 50 def set(var, val) hdr = self.find(var) || self.add(var, '') hdr[1] = val end