module FFaker::Skill

def specialties(num = 3)

def specialties(num = 3)
  (1..num).map { specialty }
end