# File lib/quiz1/t/solutions/Bill Guindon/solitaire.rb, line 16
  def initialize
    @cards = []
    @order = []
    build_deck
  end