# File lib/em-websocket/handler.rb, line 44 def receive_data(data) @data << data process_data(data) end