enum

Mint::Cli::Format::Status

Inherits Enum < Comparable < Value < Object

The status of a file.

Constants

NotFormatted = 0
Formatted = 1
Same = 2

Instance methods

formatted?

Returns true if this enum value equals Formatted

Source
not_formatted?

Returns true if this enum value equals NotFormatted

Source
same?

Returns true if this enum value equals Same

Source