# File lib/net/dns/rr/hinfo.rb, line 43
        def to_a
          [nil, nil, cls.to_s, type.to_s, value]
        end