# File lib/action_view/helpers/text_helper.rb, line 345
      def current_cycle(name = "default")
        cycle = get_cycle(name)
        cycle.current_value if cycle
      end