Method: ActionView::Helpers::TextHelper::Cycle#to_s
- Defined in:
- actionview/lib/action_view/helpers/text_helper.rb
#to_s ⇒ Object
498 499 500 501 502 |
# File 'actionview/lib/action_view/helpers/text_helper.rb', line 498 def to_s value = @values[@index].to_s @index = next_index value end |