class Contacts

Defined in:

contacts.cr

Constant Summary

NORMALIZE_PHONE_REGEX = /\D/

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def email_index : Hash(String, String) #

[View source]
def name_from_email(name) #

[View source]
def name_from_phone(phone) #

[View source]
def phone_index : Hash(String, String) #

[View source]