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