# File lib/mechanize/form_elements.rb, line 148 def selected_options @options.find_all { |o| o.selected? } end