# File lib/quiz1/t/solutions/Bill Guindon/solitaire.rb, line 110
  def initialize(text)
    @deck = Deck.new
    @text = text.to_s
  end