enum
Mint::Formatter::BlockFormat
Defined in:
formatters/block.crEnum Members
-
Attribute =
0
-
Inline =
1
-
Naked =
2
-
Block =
3
Instance Method Summary
-
#attribute?
Returns
true
if this enum value equalsAttribute
-
#block?
Returns
true
if this enum value equalsBlock
-
#inline?
Returns
true
if this enum value equalsInline
-
#naked?
Returns
true
if this enum value equalsNaked