# File lib/mechanize/form.rb, line 49
    def has_field?(field_name)
      ! fields.find { |f| f.name.eql? field_name }.nil?
    end