[ruby/json] Get rid of JSON::NOT_SET

https://github.com/ruby/json/commit/760d922265
This commit is contained in:
Jean Boussier 2025-03-27 10:36:31 +01:00 committed by Hiroshi SHIBATA
parent bba30bee62
commit 96ecac1e24
Notes: git 2025-03-28 03:45:13 +00:00

View File

@ -5,9 +5,6 @@ require 'json/version'
module JSON
autoload :GenericObject, 'json/generic_object'
NOT_SET = Object.new.freeze
private_constant :NOT_SET
class << self
# :call-seq:
# JSON[object] -> new_array or new_string