APIdock
/
Ruby
/
Browse
About
method
write
v1_8_6_287
-
Show latest stable
- Class:
Net
::
BufferedIO
write
(str)
public
Write
Show source
# File lib/net/protocol.rb, line 150 def write(str) writing { write0 str } end
Related methods
Instance methods
close
closed?
inspect
read
read_all
readline
readuntil
write
writeline
Class methods
new
Private methods
LOG
LOG_off
LOG_on
rbuf_consume
rbuf_fill
write0
writing