# File lib/parts.rb, line 62 def initialize(boundary) @part = "--#{boundary}--\r\n\r\n" @io = StringIO.new(@part) end