Merge json-2.5.1

This commit is contained in:
Hiroshi SHIBATA 2020-12-22 21:51:15 +09:00
parent 9b9cbbbc17
commit 034c19ce28
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
3 changed files with 4 additions and 2 deletions

View file

@ -72,6 +72,8 @@ module JSON
self.state = generator::State
const_set :State, self.state
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
const_set :FAST_STATE_PROTOTYPE, create_fast_state
const_set :PRETTY_STATE_PROTOTYPE, create_pretty_state
ensure
$VERBOSE = old
end