From 001c57e0ad8c0f9f16d428ffe6fb57926a26f246 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sun, 30 Aug 2015 01:26:40 +0200 Subject: [PATCH] Tag XPath::Conversion's API as private --- lib/oga/xpath/conversion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/oga/xpath/conversion.rb b/lib/oga/xpath/conversion.rb index c3709cc..87987aa 100644 --- a/lib/oga/xpath/conversion.rb +++ b/lib/oga/xpath/conversion.rb @@ -3,6 +3,8 @@ module Oga ## # Module for converting XPath objects such as NodeSets. # + # @private + # module Conversion ## # Converts both arguments to a type that can be compared using ==.