# File lib/merb_helpers/tag_helpers.rb, line 51 def self_closing_tag(name, attrs = nil) "<#{name}#{' ' + attrs.to_html_attributes if attrs && !attrs.empty?}/>" end