Merge pull request #11100 from mkllnk/remove-json-patch

Revert "Fix json v1.8.6 common.rb warning"
This commit is contained in:
jibees
2023-06-22 11:11:21 +02:00
committed by GitHub

View File

@@ -1,7 +0,0 @@
module JSON
module_function
def parse(source, opts = {})
Parser.new(source, **opts).parse
end
end