質問編集履歴

1

*追加

2018/12/15 12:09

投稿

DrqYuto
DrqYuto

スコア432

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
 
3
- puts 2**[1..10]
3
+ puts 2**[*1..10]
4
4
 
5
5
  #=>Main.rb:2:in `**': Array can't be coerced into Integer (TypeError)
6
6