class Faker::Games::DnD

def title_name

Returns:
  • (String) -
def title_name
  "#{fetch('dnd.name.first_name')} #{fetch('dnd.name.title')}"
end