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