forthebadge forthebadge Gem Version

Overview

This library normally just provides a single method called esystem().

This will output given text, then run system(). It is supposed to work either with the Colours module or by doing: alias e puts prior to use it.

Using the library

There are several ways to use it. Example:

require 'esystem'

Esystem.esystem 'ls'

You can, as with all modules in ruby, include the main namespace:

include Esystem

That way you can omit having to type the leading Esystem. part.

Contact information

If you have specific suggestions to make this gem more useful for others, please drop me an email at:

shevegen@gmail.com

Thank you.