Method: Mongrel::CGIWrapper#stdoutput
- Defined in:
- lib/mongrel/cgi.rb
#stdoutput ⇒ Object
The stdoutput should be completely bypassed but we’ll drop a warning just in case
175 176 177 178 |
# File 'lib/mongrel/cgi.rb', line 175 def stdoutput STDERR.puts "WARNING: Your program is doing something not expected. Please tell Zed that stdoutput was used and what software you are running. Thanks." @response.body end |