Method: Unicorn::HttpServer#stdout_path=

Defined in:
lib/unicorn/http_server.rb

#stdout_path=(path) ⇒ Object



174
# File 'lib/unicorn/http_server.rb', line 174

def stdout_path=(path); redirect_io($stdout, path); end