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