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