Method: Mongrel::CGIWrapper#default_really_final

Defined in:
lib/mongrel/cgi.rb

#default_really_finalObject

Set this to false if you want calls to CGIWrapper.out to not actually send the response until you force it.



33
34
35
# File 'lib/mongrel/cgi.rb', line 33

def default_really_final
  @default_really_final
end