Method: Mechanize::Form::MultiSelectList#select_none
- Defined in:
- lib/mechanize/form/multi_select_list.rb
#select_none ⇒ Object
Select no options
65 66 67 68 |
# File 'lib/mechanize/form/multi_select_list.rb', line 65 def select_none @value = [] .each { |o| o.untick } end |