Flowdock
method

rbuf_fill

Importance_0
rbuf_fill() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/protocol.rb, line 132
    def rbuf_fill
      timeout(@read_timeout) {
        @rbuf << @io.sysread(1024)
      }
    end
Register or log in to add new notes.