enum

Hyoki::CLI::Highlight

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Always = 1
Never = 2

Instance methods

always?

Returns true if this enum value equals Always

Source
auto?

Returns true if this enum value equals Auto

Source
never?

Returns true if this enum value equals Never

Source