Skip to content

Commit

Permalink
a8a7805 followup: please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxV5 committed Dec 12, 2023
1 parent a8a7805 commit 6466342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/string.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,9 @@ 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?

# <!--
# rdoc-file=string.c
# - chop -> new_string
Expand Down

0 comments on commit 6466342

Please sign in to comment.