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