class WWW::Mechanize::Form::MultiSelectList

def select_none

Select no options
def select_none
  @value = []
  options.each { |o| o.untick }
end