method
self_closing_tag_string
rails latest stable - Class:
ActionView::Helpers
self_closing_tag_string(name, options, escape = true, tag_suffix = " />")public
No documentation available.
# File actionview/lib/action_view/helpers/tag_helper.rb, line 248
def self_closing_tag_string(name, options, escape = true, tag_suffix = " />")
"<#{name}#{tag_options(options, escape)}#{tag_suffix}".html_safe
end