module Athena::Console::Output::ConsoleOutputInterface
#
Extension of ACON::Output::Interface
that adds additional functionality for terminal based outputs.
Direct including types
Athena::Console::Output::ConsoleOutput
Methods#
abstract #error_output : ACON::Output::Interface
#
Returns an ACON::Output::Interface
that represents STDERR
.
abstract #error_output=(stderr : ACON::Output::Interface) : Nil
#
Sets the ACON::Output::Interface
that represents STDERR
.