Module: WebSocket::Frame::Handler::Handler03
Instance Method Summary collapse
Instance Method Details
#supported_frames ⇒ Object
11 12 13 |
# File 'lib/websocket/frame/handler/handler03.rb', line 11 def supported_frames [:text, :binary, :close, :ping, :pong] end |