module Faye::WebSocket::API

def parse(data)

def parse(data)
  worker = @proxy || @driver
  worker.parse(data)
end