method
to_s
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
to_s()
public
Hide source
# File actionview/lib/action_view/helpers/text_helper.rb, line 403 def to_s value = @values[@index].to_s @index = next_index return value end