method
to_s
to_s()
public
Hide source
# File actionpack/lib/action_view/helpers/text_helper.rb, line 499 def to_s value = @values[@index].to_s @index = next_index return value end