Method: Mechanize::Form::MultiSelectList#select_none

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

#select_noneObject

Select no options



62
63
64
65
# File 'lib/mechanize/form/multi_select_list.rb', line 62

def select_none
  @value = []
  options.each(&:untick)
end