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