From c39c49cb24c6a5c457bae6a75bc55f6a9e509b39 Mon Sep 17 00:00:00 2001 From: Matthew Healy Date: Mon, 8 Jan 2024 16:01:01 +0100 Subject: [PATCH] [ruby/prism] Add missing comment key https://github.com/ruby/prism/commit/723480a107 --- prism/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/prism/config.yml b/prism/config.yml index 22fe3ee06c..6af11159f7 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -2392,6 +2392,7 @@ nodes: ^^^^^ - name: right type: node? + comment: | The right-hand side of the range, if present. Can be either `nil` or a node representing any kind of expression that returns a non-void value.