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