# File lib/mechanize/form/select_list.rb, line 39
  def query_value
    value ? [[name, value]] : nil
  end