# File lib/mechanize/form.rb, line 73 def texts ; @texts ||= fields.select { |f| f.class == Text }; end