lib/httpx/transcoder/body.rb in httpx-1.3.1 vs lib/httpx/transcoder/body.rb in httpx-1.3.2

- old
+ new

@@ -11,9 +11,11 @@ class Encoder extend Forwardable def_delegator :@raw, :to_s + def_delegator :@raw, :== + def initialize(body) @raw = body end def bytesize