57 58 59 60
# File 'lib/rex/mime/header.rb', line 57 def add(var, val) self.headers << [var, val] self.headers[-1] end