class Object

Constants

COLORS
USAGE

Public Instance Methods

exit_with_msg(msg) click to toggle source
# File echolor, line 8
def exit_with_msg msg
  puts msg
  exit 1
end