Sigprocmask?

Does Ruby provide access to the POSIX function sigprocmask()?

I'm not sure how to safely handle signals when fork()ing without it. Suggestions are welcome.

James Edward Gray II