BasicObject
This method combines output via e() with a system call through system().
# File lib/esystem/method.rb, line 12 def esystem(i, optional_try_to_colourize_the_result = false) Esystem.esystem(i, optional_try_to_colourize_the_result) end