enum Mint::Cli::Format::Status

Overview

The status of a file.

Defined in:

commands/format.cr

Enum Members

NotFormatted = 0
Formatted = 1
Same = 2

Instance Method Summary

Instance Method Detail

def formatted? #

Returns true if this enum value equals Formatted


[View source]
def not_formatted? #

Returns true if this enum value equals NotFormatted


[View source]
def same? #

Returns true if this enum value equals Same


[View source]