Method: Mechanize::Form::MultiSelectList#select_none
- Defined in:
- lib/mechanize/form/multi_select_list.rb
#select_none ⇒ Object
Select no options
62 63 64 65 |
# File 'lib/mechanize/form/multi_select_list.rb', line 62 def select_none @value = [] .each(&:untick) end |