class Multipart::Post::Parts::EpiloguePart

Represents the epilogue or closing boundary.

def initialize(boundary)

def initialize(boundary)
  @part = String.new("--#{boundary}--\r\n")
  @io = StringIO.new(@part)
end