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