method

writeline

v2_1_10 - Show latest stable - Class: Net::BufferedIO
writeline(str)
public

No documentation available.

# File lib/net/protocol.rb, line 191
    def writeline(str)
      writing {
        write0 str + "\r\n"
      }
    end