Sha256: 53fb8f984ad54f73754ce3beb96421ddc653d9866365d7ba2994e8375bf890de
Contents?: true
Size: 280 Bytes
Versions: 9
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module FFakerTW module HealthcareIpsum include Lorem extend ModuleUtils extend self def word fetch_sample(HEALTHCARE_WORDS) end def words(num = 3) fetch_sample(HEALTHCARE_WORDS, count: num) end end end
Version data entries
9 entries across 9 versions & 1 rubygems