Sha256: 2c0f9d0c5e97a720864b5ab898e71f180563d0ebc80023321369eb2231ad81de

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

module Edtf
  module Humanize
    module IsoDate
      include Edtf::Humanize::Language

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

Version data entries

4 entries across 4 versions & 1 rubygems

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