How do I determine whether ruby can fork without excessive use of regexp?

Posted by Andrew Grimm on Stack Overflow See other posts from Stack Overflow or by Andrew Grimm
Published on 2010-04-23T13:52:52Z Indexed on 2010/04/23 15:23 UTC
Read the original article Hit count: 298

Filed under:
|
|

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?)

© Stack Overflow or respective owner

Related posts about ruby

Related posts about fork