sig/buffer.rbs in httpx-0.15.4 vs sig/buffer.rbs in httpx-0.16.0
- old
+ new
@@ -1,6 +1,8 @@
module HTTPX
class Buffer
+ extend Forwardable
+
include _ToS
include _ToStr
@buffer: String
\ No newline at end of file
- old
+ new