In Ruby script, I want to get OS information, not only Linux, but also 32bit or 64bit.
That's because my program will run on multiple Linux platform. It calls a third part tool, the tool has sub-folder: lin32
, lin64
, I need to call proper version based on OS info.