Ruby rant – lack of a decent shell exit status method
It’s been a while since my last Ruby rant, but I have another one that I have to take off my shoulders. This time is the lack of a standard approach to run a system command and grab it exit status. Simple, right? Not in Ruby, while Ruby provides an API to interact with the […]