Sha256: 68b510b3ece54e247de0cf3f14209708535ab63015ae518120ded154be765be7

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

module Edtf
  module Humanize
    module Season
      include Edtf::Humanize::Language

      def humanize
        language_strategy::Season.humanizer(self)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
edtf-humanize-2.3.0 lib/edtf/humanize/season.rb
edtf-humanize-2.2.0 lib/edtf/humanize/season.rb
edtf-humanize-2.1.0 lib/edtf/humanize/season.rb
edtf-humanize-2.0.1 lib/edtf/humanize/season.rb
edtf-humanize-2.0.0 lib/edtf/humanize/season.rb