# File lib/quiz1/t/solutions/Niklas Frykholm/solitaire.rb, line 15
  def move_a
    move_down(@deck.index(:A))
  end