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