struct
Mint::Formatter::BrokenString
- Mint::Formatter::BrokenString
- Struct
- Value
- Object
Overview
Describes a broken string ("Hello" \ "There") and contains logic to break the string just so that it fits with the maximum column length. It tries to break by words but will break words that doesn't fit in the remaining column width.