Method: Mechanize::Form::Option#select

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

#selectObject 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