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