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
trueif this enum value equalsFormatted -
#not_formatted?
Returns
trueif this enum value equalsNotFormatted -
#same?
Returns
trueif this enum value equalsSame