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