Top Level Namespace
Defined Under Namespace
Modules: XML
Instance Method Summary collapse
Instance Method Details
#crash(str) ⇒ Object
8 9 10 11 |
# File 'ext/xpath/extconf.rb', line 8 def crash(str) printf(" extconf failure: %s\n", str) exit 1 end |