method
    
    step_index
 
  step_index(n)
  private
  
    Hide source    
    
      
  
# File actionview/lib/action_view/helpers/text_helper.rb, line 438 def step_index(n) (@index + n) % @values.size end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
 = protected
 = protected
  