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