# File default/thread_racer.rb, line 14
    def race()
        while not next_to_a_beeper?() 
            move()
        end
        pick_beeper()
        turn_off()
    end