enum

Lolcat::Action

Inherits Enum < Comparable < Value < Object

Defines the possible actions that can be performed by the lolcat command.

This enum is used to determine what operation should be executed based on the command line arguments provided.

Constants

Lolcat = 0_u8

Process and display text with rainbow colors (default action)

Version = 1_u8

Display the version information

Help = 2_u8

Display the help message

Instance methods

help?

Returns true if this enum value equals Help

Source
lolcat?

Returns true if this enum value equals Lolcat

Source
version?

Returns true if this enum value equals Version

Source