# File lib/mechanize/form.rb, line 73
    def textarea_field?(field_name) !!textareas.find{|f| f.name == field_name}; end