# File lib/net/dns/rr.rb, line 243
      def to_a
        [name, ttl, cls.to_s, type.to_s, value]
      end