module

Console

Constants

CAPTURE_STYLE = Style::White
HEADING_STYLE = [Style::Underline, Style::Bold]
SUB_HEADING_STYLE = [] of Style

Class methods

<<(string) : Console.class
Source
capture_style
Source
capture_style=(capture_style : StyleTypes)
Source
delete(count : Int = 1) : Console.class
Source
flush
Source
heading(*strings, separator = ' ', terminator = ':') : Console.class
Source
heading(*strings, separator = ' ', terminator = ':', &block : -> _)
Source
item(label, extra = nil, justify : Int = 0, *, symbol = '-', separator : Char = ' ', style : StyleTypes | Nil = nil) : Console.class
Source
line(*strings, separator = nil, terminator = '\n') : Console.class
Source
newline(count : Int = 1) : Console.class
Source
output(output : IO, &) : Nil
Source
output=(output : IO) : Nil
Source
repeat(string, count : Int = 1) : Console.class
Source
silence
Source
silenced
Source
silenced?
Source
status(label, status, justify : Int = 0, *, separator : Char = ' ', symbol = '-', style : StyleTypes | Nil = nil) : Console.class
Source
stylize(styles : StyleTypes | Nil, &block : -> Nil) : Console.class
Source
stylize(*strings, styles : StyleTypes | Nil, separator = nil, terminator = nil) : Console.class
Source
stylize=(value : Bool | Nil) : Nil
Source
stylize?
Source
sub_heading(*strings, separator = ' ', terminator = ':') : Console.class
Source
sub_heading(*strings, separator = ' ', terminator = ':', &block : -> _)
Source
to_buffer

FIXME: - Not fork safe.

Source
to_error
Source
tty?
Source
unsilence
Source
words(*strings, separator = ' ', terminator = nil) : Console.class
Source

Nested types