Sha256: 2338ff14cf385d15f69e297ed886fcef35cdf4bc3861619e4c729bc84c8e6f5c

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

module Edtf
  module Humanize
    module Century
      include Edtf::Humanize::Language

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