module FFaker::HealthcareIpsum

Public Instance Methods

word() click to toggle source
# File lib/ffaker/healthcare_ipsum.rb, line 10
def word
  fetch_sample(HEALTHCARE_WORDS)
end
words(num = 3) click to toggle source
# File lib/ffaker/healthcare_ipsum.rb, line 14
def words(num = 3)
  fetch_sample(HEALTHCARE_WORDS, count: num)
end