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