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.
FAST_STATE_PROTOTYPE
PRETTY_STATE_PROTOTYPE
1 parent 44886b0 commit 18e5c3cCopy full SHA for 18e5c3c
lib/json/common.rb
@@ -71,8 +71,6 @@ def generator=(generator) # :nodoc:
71
self.state = generator::State
72
const_set :State, self.state
73
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
74
- const_set :FAST_STATE_PROTOTYPE, create_fast_state
75
- const_set :PRETTY_STATE_PROTOTYPE, create_pretty_state
76
ensure
77
$VERBOSE = old
78
end
0 commit comments