method
rbuf_fill
v1_8_6_287 -
Show latest stable
- Class:
Net::BufferedIO
rbuf_fill()private
No documentation available.
# File lib/net/protocol.rb, line 132
def rbuf_fill
timeout(@read_timeout) {
@rbuf << @io.sysread(1024)
}
end