class Datadog::Core::Vendor::Multipart::Post::Parts::EpiloguePart
Represents the epilogue or closing boundary.
def initialize(boundary)
def initialize(boundary) @part = "--#{boundary}--\r\n" @io = StringIO.new(@part) end
Represents the epilogue or closing boundary.
def initialize(boundary) @part = "--#{boundary}--\r\n" @io = StringIO.new(@part) end