class Glassy::Console::ArrayOutput
- Glassy::Console::ArrayOutput
- Reference
- Object
Included Modules
Defined in:
glassy-console/array_output.crConstructors
Instance Method Summary
- #buffer : String
- #clear
- #colorize(text, fore : Symbol, back : Symbol | Nil = nil) : String
- #items : Array(String)
- #write(text : String) : Void
- #writeln(text : String = "") : Void
Instance methods inherited from module Glassy::Console::Interfaces::Output
colorize(text, fore : Symbol, back : Symbol | Nil = nil) : String
colorize,
display_two_columns(items : Array(Tuple(String, String)))
display_two_columns,
error(text : String) : Void
error,
write(text : String, fore_color : Symbol) : Voidwrite(text : String) : Void write, writeln(text : String, fore_color : Symbol) : Void
writeln(text : String = "") : Void writeln