module Faye::WebSocket::Client::Connection

def receive_data(data)

def receive_data(data)
  parent.__send__(:parse, data)
end