Top Level Namespace

Includes:
LibXML, LibXSLT

Defined Under Namespace

Modules: LibXML, LibXSLT

Instance Method Summary collapse

Instance Method Details

#crash(str) ⇒ Object



13
14
15
16
# File 'ext/libxslt/extconf.rb', line 13

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