1
0
Fork 0
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:
Nobuyoshi Nakada 2022-03-14 15:01:20 +09:00
parent 0bf194fb33
commit e859a218fd
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

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