module Faye::WebSocket::Adapter

def websocket?

def websocket?
  e = defined?(@env) ? @env : env
  WebSocket.websocket?(e)
end