# File lib/whois/record.rb, line 168
    def registrant_contact
      if property_supported?(:registrant_contacts)
        parser.registrant_contacts.first
      end
    end