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