From de0e0ffad4e0cf0360efbff2e0e8988f9aa0727a Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 29 Jul 2020 14:46:13 -0500 Subject: [flori/json] Nodoc for recurse_proc https://github.com/flori/json/commit/f8c0fe2408 --- ext/json/lib/json/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/lib') diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index 8914a746b8..f6230a7c2a 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -561,7 +561,7 @@ module JSON end # Recursively calls passed _Proc_ if the parsed data structure is an _Array_ or _Hash_ - def recurse_proc(result, &proc) + def recurse_proc(result, &proc) # :nodoc: case result when Array result.each { |x| recurse_proc x, &proc } -- cgit v1.2.3