Tag the XPath compiler as private

This commit is contained in:
Yorick Peterse 2015-07-18 01:06:19 +02:00
parent f7484f1c8d
commit f96b30fb1f
1 changed files with 2 additions and 0 deletions

View File

@ -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