☰
Home
Pages
Classes
Methods
Ancestors
BasicObject
Included Modules
LibXML
LibXML
Instance Methods
crash
class Object
Public Instance Methods
crash
(str)
Source
# File ext/libxml/extconf.rb, line 5
def
crash
(
str
)
printf
(
" extconf failure: %s\n"
,
str
)
exit
1
end