# File lib/quiz1/t/solutions/Carlos/solitaire.rb, line 101
def
new_deck
(
1
..
52
).
to_a
+
[
A
,
B
]
end