mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] hide UnicodeNormalize
in module index
This commit is contained in:
parent
0bf194fb33
commit
e859a218fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
require_relative 'tables'
|
require_relative 'tables'
|
||||||
|
|
||||||
|
# :stopdoc:
|
||||||
module UnicodeNormalize # :nodoc:
|
module UnicodeNormalize # :nodoc:
|
||||||
## Constant for max hash capacity to avoid DoS attack
|
## Constant for max hash capacity to avoid DoS attack
|
||||||
MAX_HASH_LENGTH = 18000 # enough for all test cases, otherwise tests get slow
|
MAX_HASH_LENGTH = 18000 # enough for all test cases, otherwise tests get slow
|
||||||
|
|
Loading…
Reference in a new issue