method

set_cycle

set_cycle(name, cycle_object)
private

No documentation available.

# File actionpack/lib/action_view/helpers/text_helper.rb, line 420
        def set_cycle(name, cycle_object)
          @_cycles = Hash.new unless defined?(@_cycles)
          @_cycles[name] = cycle_object
        end