Sha256: b7a7e9ff7a850f5c087d39cfabee72052381f01b16e4bbf5a9a4947414179716

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

module FFakerTW
  # Inspiration:
  # https://pl.wikipedia.org/wiki/Lista_kolor%C3%B3w
  module ColorPL
    extend ModuleUtils
    extend self

    def name
      fetch_sample(NAMES_LIST)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffakerTW-0.1.0 lib/ffakerTW/color_pl.rb