From e3bc39dcacb9143b099c539624849a539119a8f1 Mon Sep 17 00:00:00 2001 From: ParadoxV5 Date: Tue, 12 Dec 2023 00:08:24 -0700 Subject: [PATCH] a8a7805c followup: please CI --- core/string.rbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/string.rbs b/core/string.rbs index fd33698fb..c956034bb 100644 --- a/core/string.rbs +++ b/core/string.rbs @@ -1349,7 +1349,8 @@ class String # modification made, `self` otherwise. # def chomp!: (nil) -> nil - | (?string? separator) -> self? # https://github.com/ruby/rbs/pull/1672#discussion_r1423324796 + # | (?string separator) -> self? # https://github.com/ruby/rbs/pull/1672#discussion_r1423324796 + | (?string? separator) -> self? #