7 8 9 10 11 12 13
# File 'lib/lmcadm/commands/terminal.rb', line 7 def receive_data(data) if data == "\C-c" EventMachine::stop_event_loop end LMCAdm::getWS.send '1' + data, type: 'binary' end