module NameOfPerson
module NameOfPerson::AssignableName
module NameOfPerson::HasPersonName
class NameOfPerson::PersonName
name_of_person
1.1.3
# abbreviated
def abbreviated @abbreviated ||= last.present? ? "#{first.first}. #{last}" : first end