Exit with the specified message
41 42 43 44
# File 'lib/fvm/cli/shell.rb', line 41 def exit( message ) highline.say message Kernel.exit 1 end