From cbda94edd80b0f664eda927f9ce9405b2074633a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 17 Dec 2023 20:17:45 +0900 Subject: [DOC] Make undocumented socket constans nodoc --- ext/socket/mkconstants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 4020bf02e6..557a3df611 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -38,7 +38,7 @@ opt.parse! h = {} -COMMENTS = Hash.new { |h, name| h[name] = name } +COMMENTS = Hash.new(":nodoc:") DATA.each_line {|s| name, default_value, comment = s.chomp.split(/\s+/, 3) -- cgit v1.2.3