Object
# File lib/rex/mime/part.rb, line 9 def initialize self.header = Rex::MIME::Header.new self.content = '' end
# File lib/rex/mime/part.rb, line 14 def to_s self.header.to_s + "\r\n" + self.content + "\r\n" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.