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 ==.