method

rbuf_fill

v1_8_7_330 - Show latest stable - Class: Net::BufferedIO
rbuf_fill()
private

No documentation available.

# File lib/net/protocol.rb, line 134
    def rbuf_fill
      timeout(@read_timeout) {
        @rbuf << @io.sysread(BUFSIZE)
      }
    end