# File lib/mechanize/form.rb, line 67
    def textareas; @textareas ||=  fields.select { |f| f.class == Textarea }; end