# File lib/merb-helpers/form/builder.rb, line 115
    def button(contents, attrs)
      update_unbound_controls(attrs, "button")
      tag(:button, contents, attrs)
    end