method

to_s

to_s()
public

No documentation available.

# File actionview/lib/action_view/helpers/text_helper.rb, line 420
        def to_s
          value = @values[@index].to_s
          @index = next_index
          return value
        end