Tag the XPath compiler as private
This commit is contained in:
parent
f7484f1c8d
commit
f96b30fb1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue