Method: Mechanize::Form::MultiSelectList#select_none

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

#select_noneObject

Select no options



65
66
67
68
# File 'lib/mechanize/form/multi_select_list.rb', line 65

def select_none
  @value = []
  options.each { |o| o.untick }
end