# File lib/www/mechanize/form/multi_select_list.rb, line 44
        def selected_options
          @options.find_all { |o| o.selected? }
        end