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