# File lib/xml/xpath.rb, line 3115
    def make_boolean(f)
      if f then
        XPathTrue
      else
        XPathFalse
      end
    end