sig/buffer.rbs in httpx-0.22.5 vs sig/buffer.rbs in httpx-0.23.0
- old
+ new
@@ -9,9 +9,10 @@
attr_reader limit: Integer
def full?: () -> bool
def shift!: (Integer) -> void
+ def capacity: () -> Integer
# delegated
def <<: (string data) -> String
def empty?: () -> bool
def bytesize: () -> (Integer | Float)
\ No newline at end of file