8 9 10
# File 'lib/pupu/dsl.rb', line 8 def to_html_attrs self.map { |key, value| "#{key}='#{value}'" }.join(" ") end