[ruby/json] Get rid of JSON::NOT_SET
https://github.com/ruby/json/commit/760d922265
This commit is contained in:
parent
bba30bee62
commit
96ecac1e24
Notes:
git
2025-03-28 03:45:13 +00:00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user