# File lib/net/protocol.rb, line 353
    def puts(str = '')
      write str.chomp("\n") + "\n"
    end