# File lib/Dnsruby/resource/resource.rb, line 510 def rdata_to_string if (@rdata && @rdata.length > 0) return @rdata else return "no rdata" end end