Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
-----------------------------------------------------------
On branch master - Wed 12 Apr 2017 17:21:01 PDT by matrinox <[email protected]>
  • Loading branch information
matrinox committed Apr 13, 2017
1 parent 9e17050 commit 35bcdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awesome_print/formatters/array_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def simple_array
if options[:multiline]
multiline_array
else
'[ ' << array.map { |item| item) }.join(', '.ai(@options) << ' ]'
'[ ' << array.map { |item| item.ai(@options) }.join(', ') << ' ]'
end
end

Expand Down

0 comments on commit 35bcdeb

Please sign in to comment.