class Faker::Games::DnD

def last_name

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