# File default/racer.rb, line 14
    def race_stride() 
        pick_beeper if next_to_a_beeper?()
        if front_is_clear?() 
            move()
        else 
            jump_hurdle()
        end
    end