# File lib/parts.rb, line 22 def initialize(boundary, name, value) @part = build_part(boundary, name, value) @io = StringIO.new(@part) end