module FFaker::HealthcareIpsum

def word

def word
  fetch_sample(HEALTHCARE_WORDS)
end

def words(num = 3)

def words(num = 3)
  fetch_sample(HEALTHCARE_WORDS, count: num)
end