157 158 159 160 161
# File 'lib/net/protocol.rb', line 157 def writeline(str) writing { write0 str + "\r\n" } end