class XPath::XPathFalseClass
Public Instance Methods
to_f()
click to toggle source
# File lib/xml/xpath.rb, line 664 def to_f 0.0 end
true?()
click to toggle source
# File lib/xml/xpath.rb, line 668 def true? false end