Posted on 2014-06-12 Calling C/C++ from Ruby Because sometimes you have to get your hands dirty. We often come to the point, when we have to write enormously huge module in Ruby. But we simply don’t want to. Maybe because we’re too lazy/smart, or we do know that such library already exists written in C/C++. Implementing pthread or crypt library in pure Ruby sounds like reinventing the wheel. The o
