struct Mint::Formatter::BreakNotFits

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(items : Tuple(Nodes, Nodes), separator : String) #

[View source]

Instance Method Detail

def clone #

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

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

def separator : String #