Method: External::Base#flush

Defined in:
lib/external/base.rb

#flushObject

Flushes the io and resets the io length. Returns self



105
106
107
108
109
# File 'lib/external/base.rb', line 105

def flush
  io.flush
  io.reset_length
  self
end