Sha256: 6c4dc02087f6c5fff76421b4519939bae088a4674bb90af6b55825626053b15d
Contents?: true
Size: 329 Bytes
Versions: 6
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module FFaker module Animal extend ModuleUtils extend self # @deprecated US animals name. Moved into {AnimalUS} def common_name warn '[common_name] is deprecated. For animal name in english please use the AnimalUS module' fetch_sample(COMMON_NAMES) end end end
Version data entries
6 entries across 6 versions & 1 rubygems