Sha256: 8865f0d21b6bea93332bc6588045702282d1ed2a4492498f74deaddeeb9b0061

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

module Edtf
  module Humanize
    module Decade
      include Edtf::Humanize::Language

      def humanize
        language_strategy::Decade.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/decade.rb
edtf-humanize-2.2.0 lib/edtf/humanize/decade.rb
edtf-humanize-2.1.0 lib/edtf/humanize/decade.rb
edtf-humanize-2.0.1 lib/edtf/humanize/decade.rb
edtf-humanize-2.0.0 lib/edtf/humanize/decade.rb