struct Mint::Formatter::BreakNotFits
- Mint::Formatter::BreakNotFits
- Struct
- Value
- Object
Overview
Describes a key, value pair. It will break the value (second value of the tuple) into a new indented line if the whole key, value pair doesn't fit in a line.
Defined in:
formatter.crConstructors
Instance Method Summary
- #clone
- #copy_with(items _items = @items, separator _separator = @separator)
- #items : Tuple(Nodes, Nodes)
- #separator : String