module ActionView::Helpers::TextHelper
def get_cycle(name)
guaranteed to be reset every time a page is rendered, so it
The cycle helpers need to store the cycles in a place that is
def get_cycle(name) @_cycles = Hash.new unless defined?(@_cycles) @_cycles[name] end