# File lib/merb-helpers/form/builder.rb, line 359
    def unbound_text_area(contents, attrs = {})
      unbound_label(attrs) + super
    end