# File lib/quiz1/t/solutions/Thomas Leitner/solitaire.rb, line 10
  def initialize
    @deck = (1..52).to_a << 'A' << 'B'
  end