# File lib/rev/buffered_io.rb, line 109 109: def on_readable 110: begin 111: on_read @io.read_nonblock(INPUT_SIZE) 112: rescue Errno::ECONNRESET, EOFError 113: close 114: end 115: end