class HTTParty::Request

def encode_body(body)

def encode_body(body)
  if "".respond_to?(:encoding)
    _encode_body(body)
  else
    body
  end
end