# File lib/cisco/telnet.rb, line 36
    def close
      10.times do
        chn.send_data("exit\n") while @telnet.sock
      end
    end