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