# File lib/quiz1/t/solutions/Dennis Ranke/solitaire.rb, line 2 def initialize @deck = Array.new(54) {|i| i} end