enum

Mint::Formatter::Behavior

Inherits Enum < Comparable < Value < Object

The possibilities on how to format groups.

Constants

BreakNotFits = 0
Outdented = 1
BreakAll = 2
Block = 3

Instance methods

block?

Returns true if this enum value equals Block

Source
break_all?

Returns true if this enum value equals BreakAll

Source
break_not_fits?

Returns true if this enum value equals BreakNotFits

Source
outdented?

Returns true if this enum value equals Outdented

Source