class DBus::IntrospectXMLParser::AbstractXML

Public Class Methods

have_nokogiri?() click to toggle source

@!method each(xpath) @abstract yields nodes which match xpath of type AbstractXML::Node

# File lib/dbus/xml.rb, line 50
def self.have_nokogiri?
  Object.const_defined?("Nokogiri")
end