# File lib/action_view/helpers/text_helper.rb, line 478
      def reset_cycle(name = "default")
        cycle = get_cycle(name)
        cycle.reset unless cycle.nil?
      end