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 maxmimum column length. It tries to break by words but will break words that doens't fit in the remaning column width.