[ruby/json] remove redundant self.
https://github.com/ruby/json/commit/c060943d04
This commit is contained in:
parent
9b25023fe4
commit
e4a44b1f2a
@ -172,7 +172,7 @@ module JSON
|
||||
end
|
||||
end
|
||||
self.state = generator::State
|
||||
const_set :State, self.state
|
||||
const_set :State, state
|
||||
ensure
|
||||
$VERBOSE = old
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user