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