class DBus::IntrospectXMLParser::REXMLParser::REXMLNode
Public Instance Methods
Source
# File lib/dbus/xml.rb, line 95 def each(path, &block) @node.elements.each(path) { |node| block.call REXMLNode.new(node) } end
# File lib/dbus/xml.rb, line 95 def each(path, &block) @node.elements.each(path) { |node| block.call REXMLNode.new(node) } end