# File karel/philosopher.rb, line 21
  def think(time)
    time.times do
      back_up()
      move()
    end
  end