From f96b30fb1f53bacc8e3b649bdb2c1484a1b1e709 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 18 Jul 2015 01:06:19 +0200 Subject: [PATCH] Tag the XPath compiler as private --- lib/oga/xpath/compiler.rb | 2 ++ 1 file changed, 2 insertions(+) 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