module FFaker::Skill

def tech_skills(num = 3)

def tech_skills(num = 3)
  fetch_sample(TECH_SKILLS, count: num)
end