Mark the XML lexer class as private

I was supposed to mark this as private for 1.0 but completely forgot.
This commit is contained in:
Yorick Peterse 2015-06-15 23:18:11 +02:00
parent fd307a0fcc
commit 020cd34083
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ module Oga
# @!attribute [r] html
# @return [TrueClass|FalseClass]
#
# @private
#
class Lexer
attr_reader :html