class CmdQuit

Command quit

Constants

ALIASES
ARGUMENTS
DESCRIPTION
NAME

Public Instance Methods

exec(_) click to toggle source
# File lib/shell.rb, line 100
def exec(_)
  exit
end