Method: HTTP::Protocol::HTTP2::Window#available?
- Defined in:
- lib/http/protocol/http2/window_update_frame.rb
#available? ⇒ Boolean
52 53 54 |
# File 'lib/http/protocol/http2/window_update_frame.rb', line 52 def available? available > 0 end |