Top Level Namespace
Defined Under Namespace
Modules: WGET, XML, XMLScan, XPath Classes: XMLEncoding, XMLParser, XMLParserError
Instance Method Summary collapse
- #crash(str) ⇒ Object
-
#singleton ⇒ Object
-*- Ruby -*- XML::SimpleTree 1998-2000 by yoshidam.
Instance Method Details
#crash(str) ⇒ Object
6 7 8 9 |
# File 'ext/xmlparser/mkrf_conf.rb', line 6 def crash(str) printf(" extconf failure: %s\n", str) exit 1 end |
#singleton ⇒ Object
-*- Ruby -*- XML::SimpleTree 1998-2000 by yoshidam
XPointer support is contributed by Masaki Fukushima
<[email protected]>
9 |
# File 'lib/xml/dom/core.rb', line 9 require 'singleton' |