Method: #exit_failure

Defined in:
ext/magickwand/extconf.rb

#exit_failure(reason) ⇒ Object



9
10
11
12
13
14
# File 'ext/magickwand/extconf.rb', line 9

def exit_failure(reason)
  msg = "\n*** Can't install MagickWand #{MAGICKWAND_VERSION}. #{reason} ***\n\n"
  Logging::message msg
  message msg
  exit(1)
end