class Playbook::PbAvatar::Avatar

def initials

def initials
  name.split.map(&:first).join.downcase
end