There's no documentation for this item.
Source Code
# File action_view/helpers/tag_helper.rb, line 106 def content_tag_string(name, content, options, escape = true) tag_options = tag_options(options, escape) if options "<#{name}#{tag_options}>#{content}</#{name}>" end
<code/>and<pre/>for code samples.