Method: Mechanize::Form::Option#unselect
- Defined in:
- lib/mechanize/form/option.rb
#unselect ⇒ Object Also known as: untick
Unselect this option
32 33 34 |
# File 'lib/mechanize/form/option.rb', line 32 def unselect @selected = false end |