class WWW::Mechanize::Form::Option

def click

Toggle the selection value of this option
def click
  unselect_peers
  @selected = !@selected
end