diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2023-09-04 12:46:06 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-09-05 13:47:41 +0000 |
| commit | 6110f415cd761fbfa3b6215b47dc81640032aa55 (patch) | |
| tree | 252c8d887c9d6f788cdf2a6325261c1ebcd55327 | |
| parent | dbe9b8520f284963da9c7d1c7fb9171629584a42 (diff) | |
[ruby/yarp] The value field of ClassVariableWriteNode is never null/nil
https://github.com/ruby/yarp/commit/2ddd2eff94
| -rw-r--r-- | yarp/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarp/config.yml b/yarp/config.yml index f1df755d89..a7fb8651ad 100644 --- a/yarp/config.yml +++ b/yarp/config.yml @@ -797,7 +797,7 @@ nodes: - name: name_loc type: location - name: value - type: node? + type: node - name: operator_loc type: location? comment: | |
