Multipart.Part.file_body
You're seeing just the function
file_body
, go back to Multipart.Part module for more information.
Specs
Builds a Part
with a streaming file body.
Set the content_length
of the Part
to the size of the file on disk, as
inspected with File.stat
.