struct Mint::Formatter::NestedString
- Mint::Formatter::NestedString
- Struct
- Value
- Object
Overview
Describes a group of items where the leading whitespace is set to a fixed amount (on top of the current indentation).
Defined in:
formatter.crConstructors
Instance Method Summary
- #clone
- #copy_with(items _items = @items, indentation _indentation = @indentation)
- #indentation : Int32
- #items : Array(String | Nodes)