struct Mint::Formatter::Entity
- Mint::Formatter::Entity
- Struct
- Value
- Object
Overview
Describes an entity (mostly function definition). If the whole thing does not fit in one line then the arguments are broken into their own lines.
Defined in:
formatter.crConstructors
Instance Method Summary
- #arguments : Array(Nodes)
- #clone
- #copy_with(head _head = @head, arguments _arguments = @arguments, tail _tail = @tail)
- #head : Nodes
- #tail : Nodes
Constructor Detail
Instance Method Detail
def copy_with(head _head = @head, arguments _arguments = @arguments, tail _tail = @tail)
#