Method: Protocol::HTTP2::LocalWindow#inspect

Defined in:
lib/protocol/http2/window.rb

#inspectObject

Get a string representation of the local window.



136
137
138
# File 'lib/protocol/http2/window.rb', line 136

def inspect
  "\#<#{self.class} available=#{@available} used=#{@used} capacity=#{@capacity} desired=#{@desired} #{limited? ? "limited" : nil}>"
end