module Faker::HealthcareIpsum

def word

def word
  HEALTHCARE_WORDS.rand
end

def words(num = 3)

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