Method: Protocol::HTTP2::Connection#open!

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

#open!Object



291
292
293
294
295
# File 'lib/protocol/http2/connection.rb', line 291

def open!
  @state = :open
  
  return self
end