>
Module which provides support for running executables.
In a class it can be used as:
extend Executable
executable :git
This will create two methods git and git! both accept a command but
the later will raise on non successful executions. The methods return the
output of the command.