Module: XML

Defined in:
lib/xml/smart.rb,
lib/xml/smart_dom.rb,
lib/xml/smart_qname.rb,
lib/xml/smart_domtext.rb,
lib/xml/smart_domother.rb,
lib/xml/smart_domelement.rb,
lib/xml/smart_domnodeset.rb,
lib/xml/smart_domattribute.rb,
lib/xml/smart_domnamespace.rb,
lib/xml/smart_domattributeset.rb,
lib/xml/smart_domnamespaceset.rb

Defined Under Namespace

Modules: Smart

Constant Summary collapse

VERSION =
'0.3.0'
LIBXML_VERSION =
LOCKFILE =
{
  :min_sleep => 0.25,
  :max_sleep => 5,
  :sleep_inc => 0.25,
  :max_age => 5
}