Top Level Namespace
- Includes:
- LibXML
Defined Under Namespace
Modules: LibXML
Instance Method Summary collapse
Instance Method Details
#crash(str) ⇒ Object
5 6 7 8 |
# File 'ext/libxml/extconf.rb', line 5 def crash(str) printf(" extconf failure: %s\n", str) exit 1 end |