Sha256: 25b687bb13bb15acff922fe0f19a6fa12d1867043a5cc71458a794546aa0cc64

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

# frozen_string_literal: true

module FFakerTW
  # Inspirations:
  # https://pl.wikipedia.org/wiki/Kategoria:Dyscypliny_sportowe
  # https://pl.wikipedia.org/wiki/Igrzyska_olimpijskie
  module SportPL
    extend ModuleUtils
    extend self

    ALL = SUMMER + WINTER

    def name
      fetch_sample(ALL)
    end

    def summer
      fetch_sample(SUMMER)
    end

    def winter
      fetch_sample(WINTER)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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