Top Level Namespace

Includes:
LibXML

Defined Under Namespace

Modules: LibXML

Instance Method Summary collapse

Instance Method Details

#crash(str) ⇒ Object



21
22
23
24
# File 'ext/libxml/extconf.rb', line 21

def crash(str)
  printf(" extconf failure: %s\n", str)
  exit 1
end