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