# File alienconnection.rb, line 74 def send(msg="") if @connected @sock.write "\1#{msg}\r\n" # leading \1 for terse reply end end