# File lib/mechanize/form/multi_select_list.rb, line 31
      def select_none
        @value = []
        options.each { |o| o.untick }
      end