# File lib/Dnsruby/resource/TXT.rb, line 168 def rdata_to_string if (defined?@strings) temp = [] @strings.each {|str| output = TXT.display(str) temp.push("\"#{output}\"") } return temp.join(' ') end return '' end