diff options
author | GrantBirki <[email protected]> | 2025-05-17 11:37:39 -0700 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-05-19 11:19:17 +0900 |
commit | e4a44b1f2a62a48ab766afdb7607c4fc829d781c () | |
tree | 6e9e125bf39bd13d55b0c74ca4854a71cf24a008 | |
parent | 9b25023fe485b00137d26877e793c6b2dcbdac6f (diff) |
[ruby/json] remove redundant `self.`
https://.com/ruby/json/commit/c060943d04
-rw-r--r-- | ext/json/lib/json/common.rb | 2 |
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 |