@see WebSocket::Handshake::Base#valid?
# File lib/websocket/handshake/handler/server04.rb, line 12 def valid? super && (@headers['sec-websocket-key'] ? true : (set_error(:invalid_handshake_authentication) and false)) end
Generated with the Darkfish Rdoc Generator 2.