From e859a218fd9a71c521b62df9447ab3c7104eb71f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 14 Mar 2022 15:01:20 +0900 Subject: [DOC] hide `UnicodeNormalize` in module index --- lib/unicode_normalize/normalize.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicode_normalize/normalize.rb b/lib/unicode_normalize/normalize.rb index b27cdadaaa..1caf2cc8c8 100644 --- a/lib/unicode_normalize/normalize.rb +++ b/lib/unicode_normalize/normalize.rb @@ -20,7 +20,7 @@ require_relative 'tables' - +# :stopdoc: module UnicodeNormalize # :nodoc: ## Constant for max hash capacity to avoid DoS attack MAX_HASH_LENGTH = 18000 # enough for all test cases, otherwise tests get slow -- cgit v1.2.3