module NameOfPerson
module NameOfPerson::AssignableName
module NameOfPerson::HasPersonName
class NameOfPerson::PersonName
name_of_person
1.1.3
# initials
def initials @initials ||= remove(/(\(|\[).*(\)|\])/).scan(/([[:word:]])[[:word:]]*/i).join end