Method: Protocol::HTTP2::PingFrame#acknowledge

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

#acknowledgeObject



52
53
54
55
56
57
58
# File 'lib/protocol/http2/ping_frame.rb', line 52

def acknowledge
	frame = super
	
	frame.pack self.unpack
	
	return frame
end