Skip to content

Commit

Permalink
Support pattern in case of 2 arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Sep 27, 2023
1 parent 616513b commit 95cc8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ module Kernel : BasicObject
# pp returns argument(s).
#
def self?.pp: [T] (T arg0) -> T
| (untyped, untyped, *untyped) -> Array[untyped]
| (untyped, *untyped) -> Array[untyped]
| () -> nil

# <!--
Expand Down

0 comments on commit 95cc8b8

Please sign in to comment.