class WWW::Mechanize::Form::Option

def unselect

Unselect this option
def unselect
  @selected = false
end