# File lib/xml/xpath.rb, line 544
    def to_boolean(context)  # => to XPath Boolean. shouldn't override.
      context.make_boolean true?
    end