Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 30b22de

Browse files
committed
Add return array w/ no parens examples to fixture
1 parent fd435ef commit 30b22de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fixtures/return.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@
2929
return([1, 2, 3])
3030
-
3131
return 1, 2, 3
32+
%
33+
return [1, 2, 3]
34+
-
35+
return 1, 2, 3

0 commit comments

Comments
 (0)