class Faker::Games::DnD

def first_name

Returns:
  • (String) -
def first_name
  fetch('dnd.name.first_name')
end