class

Mint::Render::Terminal

Inherits Reference < Object

Constants

STDOUT = Terminal.new(::STDOUT)

Constructors

new(io : IO = IO::Memory.new, width : Int32 = 80)
Source

Class methods

render
Source

Instance methods

<<(obj) : self
Source
block
Source
divider
Source
header(text)
Source
list(data)
Source
measure(message, &)
Source
position
Source
pre(contents)
Source
puts(contents = nil)
Source
reset
Source
snippet(value : Message::SnippetData)
Source
snippet(node : String)
Source
snippet(type : TypeChecker::Checkable)
Source
title(text)
Source
type(contents)
Source
type_list(data)
Source
width
Source

Nested types