How do I determine whether ruby can fork without excessive use of regexp?
- by Andrew Grimm
Is it possible to determine whether the implementation of ruby you're running on is capable of supporting fork, without running a regex against RUBY_PLATFORM that'll expand until it summons Cthulhu?
(Related question: Ruby - How can I find out on which system my program is running?)