class Object

Constants

USAGE

Public Instance Methods

die_with_usage(msg = nil) click to toggle source
# File bin/excel2csv, line 21
def die_with_usage(msg = nil)
  puts USAGE
  puts msg if msg
  exit
end