Method: Mechanize::Form::Option#select
- Defined in:
- lib/mechanize/form/option.rb
#select ⇒ Object Also known as: tick
Select this option
26 27 28 29 |
# File 'lib/mechanize/form/option.rb', line 26 def select unselect_peers @selected = true end |