class LibXML::XML::XPath::Object

Public Instance Methods

set() click to toggle source
# File lib/libxml/xpath_object.rb, line 8
def set
  warn("XPath::Object#set is deprecated.  Simply use the XPath::Object API instead")
  self
end