# File lib/quiz1/t/solutions/Bill Guindon/solitaire.rb, line 48
  def find_card(name, suit)
    return @order.index(Card.to_s(name, suit))
  end