Object
Represents the epilogue or closing boundary.
# File lib/parts.rb, line 69 def initialize(boundary) @part = "--#{boundary}--\r\n\r\n" @io = StringIO.new(@part) end