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