module EventMachine::WebSocket::Framing04

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

Private Instance Methods

fin() click to toggle source
# File lib/em-websocket/framing04.rb, line 11
def fin; true; end