# File lib/whois/answer/parser/base.rb, line 252
        def registrant
          Whois.deprecate "Whois::Answer::Parser::Base#registrant is deprecated and will be removed in a future version. Use Whois::Answer::Parser::Base#registrant_contact."
          registrant_contact
        end