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