# File lib/whois/answer.rb, line 50
    def match?(pattern)
      !content.match(pattern).nil?
    end