struct Mint::Formatter::List

Overview

Describes a list that is formatted like so:

Defined in:

formatter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(items : Array(Tuple(Ast::Node, Nodes)), separator : String | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(items _items = @items, separator _separator = @separator) #

[View source]
def items : Array(Tuple(Ast::Node, Nodes)) #

def separator : String | Nil #