module Faker::HealthcareIpsum

def words(num = 3)

def words(num = 3)
  HEALTHCARE_WORDS.random_pick(num)
end