enum

Mint::Formatter::BlockFormat

Inherits Enum < Comparable < Value < Object

Constants

Outdented = 0
Attribute = 1
Inline = 2
Naked = 3
Block = 4

Instance methods

attribute?

Returns true if this enum value equals Attribute

Source
block?

Returns true if this enum value equals Block

Source
inline?

Returns true if this enum value equals Inline

Source
naked?

Returns true if this enum value equals Naked

Source
outdented?

Returns true if this enum value equals Outdented

Source