[ruby/json] remove redundant self.

https://github.com/ruby/json/commit/c060943d04
This commit is contained in:
GrantBirki 2025-05-17 11:37:39 -07:00 committed by Hiroshi SHIBATA
parent 9b25023fe4
commit e4a44b1f2a
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -172,7 +172,7 @@ module JSON
end end
end end
self.state = generator::State self.state = generator::State
const_set :State, self.state const_set :State, state
ensure ensure
$VERBOSE = old $VERBOSE = old
end end