We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e67e6 commit cae2ecdCopy full SHA for cae2ecd
1 file changed
scenario/known-issues/multi_arg_break.rb scenario/control/multi_arg_break.rbscenario/known-issues/multi_arg_break.rb renamed to scenario/control/multi_arg_break.rb
@@ -10,3 +10,6 @@ def check
10
# retry
11
12
## assert
13
+class Object
14
+ def check: -> (Integer | [:a, :b, :c])
15
+end
0 commit comments