Top Level Namespace

Includes:
LibXML, LibXSLT

Defined Under Namespace

Modules: LibXSLT

Instance Method Summary collapse

Instance Method Details

#crash(str) ⇒ Object



10
11
12
13
# File 'ext/libxslt/extconf.rb', line 10

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