Revert "Fix json v1.8.6 common.rb warning"

This reverts commit 21b80db0ee.

This fix was needed for an old version of the JSON module with a newer
version of Ruby. But we updated the json gem since and don't need this
any more.
This commit is contained in:
Maikel Linke
2023-06-22 12:47:28 +10:00
parent 5ec872c6fd
commit e7fe04f526

View File

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