Flowdock
step_index(n) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/text_helper.rb, line 397
        def step_index(n)
          (@index + n) % @values.size
        end
Register or log in to add new notes.