Sha256: 3a4306efcfae66b23d71fd871f1a07e5c5fddc950c9b3259b11386624c11bb3f

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 Bytes

Contents

module Edtf
  module Humanize
    module IsoDate

      include Edtf::Humanize::Formats

      def humanize
        "#{apply_if_approximate(self)}#{simple_date_format(self)}"
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
edtf-humanize-1.0.0 lib/edtf/humanize/iso_date.rb
edtf-humanize-0.0.7 lib/edtf/humanize/iso_date.rb
edtf-humanize-0.0.6 lib/edtf/humanize/iso_date.rb
edtf-humanize-0.0.5 lib/edtf/humanize/iso_date.rb
edtf-humanize-0.0.4 lib/edtf/humanize/iso_date.rb
edtf-humanize-0.0.3 lib/edtf/humanize/iso_date.rb