class Parts::EpiloguePart
Represents the epilogue or closing boundary.
Public Class Methods
new(boundary)
click to toggle source
# File lib/parts.rb, line 91 def initialize(boundary) @part = "--#{boundary}--\r\n\r\n" @io = StringIO.new(@part) end