# File lib/Dnsruby/resource/SRV.rb, line 87
        def rdata_to_string
          if (@target!=nil)
            return "#{@priority} #{@weight} #{@port} #{@target.to_s(true)}"
          else
            return ""
          end
        end