Class: Todos::Commands::GeneralCommands::Exit

Inherits:
Object
  • Object
show all
Defined in:
lib/todos_cli.rb

Constant Summary collapse

KEY =
'x'
DESCRIPTION =
'Exit the program'

Class Method Summary collapse

Class Method Details

.executeObject



119
120
121
# File 'lib/todos_cli.rb', line 119

def self.execute
  exit
end