class Faker::Games::DnD

def name

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