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