# File lib/mechanize/form/select_list.rb, line 38 def option_with criteria f = options_with(criteria).first yield f if block_given? f end