class HTTParty::Request::Body

def file?(object)

def file?(object)
  object.respond_to?(:path) && object.respond_to?(:read)
end