class Mint::Formatter::Processor
- Mint::Formatter::Processor
- Reference
- Object
Defined in:
formatter/processor.crConstructors
Instance Method Summary
-
#column : Int32
The column currently at.
-
#column=(column : Int32)
The column currently at.
-
#depth : Int32
The nesting depth we currently at.
-
#depth=(depth : Int32)
The nesting depth we currently at.
-
#indent_size : Int32
The indentation size
-
#max : Int32
The max number of columns.
- #new_line?(nodes : Array(Processed))
- #new_line?(node : Processed)
- #process(nodes : Nodes) : Array(Processed)
- #process(node : Node) : Array(Processed)
- #size(nodes : Array(Nodes)) : Int32
- #size(nodes : Nodes) : Int32
- #size(node : Node) : Int32