summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrantBirki <[email protected]>2025-05-17 11:37:39 -0700
committerHiroshi SHIBATA <[email protected]>2025-05-19 11:19:17 +0900
commite4a44b1f2a62a48ab766afdb7607c4fc829d781c ()
tree6e9e125bf39bd13d55b0c74ca4854a71cf24a008
parent9b25023fe485b00137d26877e793c6b2dcbdac6f (diff)
[ruby/json] remove redundant `self.`
https://.com/ruby/json/commit/c060943d04
-rw-r--r--ext/json/lib/json/common.rb2
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ module JSON
end
end
self.state = generator::State
- const_set :State, self.state
ensure
$VERBOSE = old
end