method
writeline
v2_2_9 -
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