Method: Mechanize::Form::MultiSelectList#select_all
- Defined in:
- lib/mechanize/form/multi_select_list.rb
#select_all ⇒ Object
Select all options
68 69 70 71 |
# File 'lib/mechanize/form/multi_select_list.rb', line 68 def select_all @value = [] .each(&:tick) end |