module Glassy::Console::Interfaces::Output
Direct including types
Defined in:
glassy-console/interfaces/output.crInstance Method Summary
- #colorize(text, fore : Symbol, back : Symbol | Nil = nil) : String
- #display_two_columns(items : Array(Tuple(String, String)))
- #error(text : String) : Void
- #write(text : String, fore_color : Symbol) : Void
- #write(text : String) : Void
- #writeln(text : String, fore_color : Symbol) : Void
- #writeln(text : String = "") : Void