class WWW::Mechanize::Form::MultiSelectList

def select_all

Select all options
def select_all
  @value = []
  options.each { |o| o.tick }
end