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