# File lib/mechanize/form/multi_select_list.rb, line 71
  def selected_options
    @options.find_all { |o| o.selected? }
  end