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