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