Method: Mechanize::Form::Option#unselect

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

#unselectObject Also known as: untick

Unselect this option


32
33
34
# File 'lib/mechanize/form/option.rb', line 32

def unselect
  @selected = false
end