# File lib/quiz1/t/solutions/Thomas Leitner/solitaire.rb, line 54
  def shuffle( init, method = :fisher_yates )
    srand( init )
    self.send( method.id2name + "_shuffle", @deck )
  end