method
writeline
v1_8_7_330 -
Show latest stable
- Class:
Net::BufferedIO
writeline(str)public
No documentation available.
# File lib/net/protocol.rb, line 158
def writeline(str)
writing {
write0 str + "\r\n"
}
end