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