Class: Ratch::System
Overview
TODO: Build it!
The System class provides a robust interface for interacting with system commands. It is essenatially a wrapper around popen3 or popen4.
Having a separate class rather integrating this into Shell (as Ruby’s standard Shell class does) provides a better SOC.