Method: Rack::Lint::ErrorWrapper#flush

Defined in:
lib/rack/lint.rb

#flushObject

  • flush must be called without arguments and must be called in order to make the error appear for sure.



409
410
411
# File 'lib/rack/lint.rb', line 409

def flush
  @error.flush
end