Sha256: d620f1dc2b735c32f21cdffbb146517b8074e6d712dac6de322057cc09adadbe
Contents?: true
Size: 243 Bytes
Versions: 12
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true module FFaker # Inspirations: # https://www.ekologia.pl/wiedza/zwierzeta/ module AnimalPL extend ModuleUtils module_function def common_name fetch_sample(COMMON_NAMES) end end end
Version data entries
12 entries across 12 versions & 1 rubygems