Object
Represents the epilogue or closing boundary.
# File lib/parts.rb, line 79 def initialize(boundary) @part = "--#{boundary}--\r\n\r\n" @io = StringIO.new(@part) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.