Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#crash(str) ⇒ Object
12 13 14 15 |
# File 'ext/libxslt/extconf.rb', line 12 def crash(str) print(" extconf failure: %s\n", str) exit 1 end |