# File lib/whois/record.rb, line 122
def
content
@content
||=
parts
.
map
(
&
:body
).
join
(
"\n"
)
end