# File lib/dnstraverse/decoded_query.rb, line 176 def process_referral @status = :referral @authoritynames = @auth_ns.map { |rr| rr.domainname.to_s.downcase } return self end