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

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

#open!Object



276
277
278
279
280
# File 'lib/protocol/http2/connection.rb', line 276

def open!
	@state = :open
	
	return self
end