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