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