class WebSocket::Frame::Handler::Handler04

Private Instance Methods

fin() click to toggle source

The only difference between draft 03 framing and draft 04 framing is that the MORE bit has been changed to a FIN bit

# File lib/websocket/frame/handler/handler04.rb, line 12
def fin
  true
end