class WebSocketRb::Wrapper::FramePong
Public Class Methods
new()
click to toggle source
Calls superclass method
WebSocketRb::Wrapper::FrameOutgoing::new
# File lib/web_socket_rb/wrapper/frame_pong.rb, line 7 def initialize super(opcode: PONG) end