Prepare to release json-2.5.0

This commit is contained in:
Hiroshi SHIBATA 2020-12-22 18:18:32 +09:00
parent f2f00e24fa
commit edb76e8765
Notes: git 2020-12-22 19:44:53 +09:00
6 changed files with 6 additions and 8 deletions

View file

@ -71,6 +71,7 @@ module JSON
end
self.state = generator::State
const_set :State, self.state
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
ensure
$VERBOSE = old
end