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:
parent
fd307a0fcc
commit
020cd34083
|
@ -37,6 +37,8 @@ module Oga
|
||||||
# @!attribute [r] html
|
# @!attribute [r] html
|
||||||
# @return [TrueClass|FalseClass]
|
# @return [TrueClass|FalseClass]
|
||||||
#
|
#
|
||||||
|
# @private
|
||||||
|
#
|
||||||
class Lexer
|
class Lexer
|
||||||
attr_reader :html
|
attr_reader :html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue