# File lib/net/telnet.rb, line 647
    def puts(string)
      self.print(string + "\n")
    end