We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951c7d1 commit 0c446faCopy full SHA for 0c446fa
lib/json/common.rb
@@ -71,6 +71,7 @@ def generator=(generator) # :nodoc:
71
end
72
self.state = generator::State
73
const_set :State, self.state
74
+ const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
75
ensure
76
$VERBOSE = old
77
0 commit comments