# File lib/xml/xpath.rb, line 638 def ==(other) true? == other.true? end
# File lib/xml/xpath.rb, line 634 def to_boolean(context) self end
# File lib/xml/xpath.rb, line 630 def to_ruby true? end
def to_f def true?
# File lib/xml/xpath.rb, line 623 def to_str true?.to_s end