module Athena::Console::Formatter::WrappableInterface
#
Extension of ACON::Formatter::Interface
that supports word wrapping.
Included modules
Athena::Console::Formatter::Interface
Direct including types
Athena::Console::Formatter::Output
Methods#
abstract #format_and_wrap(message : String | Nil, width : Int32) : String
#
Formats the provided message according to the defined styles, wrapping it at the provided width.
A width of 0
means no wrapping.