lib/httpx/plugins/multipart.rb in httpx-0.9.0 vs lib/httpx/plugins/multipart.rb in httpx-0.10.0

- old
+ new

@@ -27,17 +27,9 @@ end def bytesize @raw.content_length end - - def force_encoding(*args) - @raw.to_s.force_encoding(*args) - end - - def to_str - @raw.to_s - end end def encode(form) Encoder.new(form) end