# File lib/merb-helpers/tag_helpers.rb, line 38 def open_tag(name, attrs = nil) "<#{name}#{' ' + attrs.to_html_attributes unless attrs.blank?}>" end