Method: DTAS::WritableIter#ready_write

Defined in:
lib/dtas/writable_iter.rb

#ready_writeObject

we may use the ready_write flag to avoid an extra IO.select



10
11
12
# File 'lib/dtas/writable_iter.rb', line 10

def ready_write
  @ready_write
end