class Net::BufferedIO

def rbuf_flush

Experimental RBS support (using type sampling data from the type_fusion project).

def rbuf_flush: () -> nil

This signature was generated using 1 sample from 1 application.

def rbuf_flush
  if @rbuf_empty
    @rbuf.clear
    @rbuf_offset = 0
  end
  nil
end