We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd435ef commit 30b22deCopy full SHA for 30b22de
test/fixtures/return.rb
@@ -29,3 +29,7 @@
29
return([1, 2, 3])
30
-
31
return 1, 2, 3
32
+%
33
+return [1, 2, 3]
34
+-
35
+return 1, 2, 3
0 commit comments