# File lib/dnsruby/resource/RR.rb, line 298
  def rdata_to_string
    (@rdata && @rdata.length > 0) ? @rdata : 'no rdata'
  end