protected Method

RailsFCGIHandler.with_signal_handler(signal) { || ... }

There's no documentation for this item.

Source Code

# File fcgi_handler.rb, line 107
def with_signal_handler(signal)
  install_signal_handler(signal)
  yield
ensure
  install_signal_handler(signal, 'DEFAULT')
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.