class XPath::XPathTrueClass
Public Instance Methods
to_f()
click to toggle source
# File lib/xml/xpath.rb, line 649 def to_f 1.0 end
true?()
click to toggle source
# File lib/xml/xpath.rb, line 653 def true? true end