struct

Tallboy::Text

Inherits Struct < Value < Object

Constructors

new(cell : ComputedCell)
Source

Instance methods

align(*args, **options)
Source
align(*args, **options, &)
Source
blank_line
Source
height
Source
inspect

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.

Source
render(line_num : Int32 = 0)
Source
value(line_num)
Source
value(*args, **options)
Source
value(*args, **options, &)
Source
width(*args, **options)
Source
width(*args, **options, &)
Source
with_align(text, align, width)
Source
with_padding(value)
Source