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