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