Method: Mechanize::Form::MultiSelectList#select_all

Defined in:
lib/mechanize/form/multi_select_list.rb

#select_allObject

Select all options



68
69
70
71
# File 'lib/mechanize/form/multi_select_list.rb', line 68

def select_all
  @value = []
  options.each(&:tick)
end