enum

C0::Pretty::FormatMode

Inherits Enum / Comparable / Value / Object

Constants

Compact = 0
Aligned = 1
Spaced = 2

Instance methods

aligned?

Returns true if this enum value equals Aligned

Source
compact?

Returns true if this enum value equals Compact

Source
spaced?

Returns true if this enum value equals Spaced

Source