enum
Mint::Cli::Format::Status
Overview
The status of a file.
Defined in:
commands/format.crEnum Members
-
NotFormatted =
0
-
Formatted =
1
-
Same =
2
Instance Method Summary
-
#formatted?
Returns
true
if this enum value equalsFormatted
-
#not_formatted?
Returns
true
if this enum value equalsNotFormatted
-
#same?
Returns
true
if this enum value equalsSame