sig/transcoder/xml.rbs in httpx-1.2.4 vs sig/transcoder/xml.rbs in httpx-1.2.6

- old
+ new

@@ -1,6 +1,7 @@ module HTTPX::Transcoder module Xml + MIME_TYPES: Regexp def self?.encode: (untyped xml) -> Encoder def self?.decode: (HTTPX::Response response) -> _Decoder class Encoder