diff --git a/lib/oga/xpath/compiler.rb b/lib/oga/xpath/compiler.rb index 6f789ca..5f1327b 100644 --- a/lib/oga/xpath/compiler.rb +++ b/lib/oga/xpath/compiler.rb @@ -8,6 +8,8 @@ module Oga # Compiled source code is cached per expression, removing the need for # recompiling the same expression over and over again. # + # @private + # class Compiler # @return [Oga::LRU] CACHE = LRU.new