Extension of ACON::Output::Interface that adds additional functionality for terminal based outputs.
Instance methods
error_output
Returns an ACON::Output::Interface that represents STDERR.
Sourceerror_output=(stderr : ACON::Output::Interface) : Nil
Sets the ACON::Output::Interface that represents STDERR.
Source