class DEBUGGER__::Client

def send msg

def send msg
  p send: msg if $VERBOSE
  @s.puts msg
end