Sha256: 2112f90bfc494ac3b7b2b90cde233849ed8fd6c0447cb7f2f89238dab96d99ac
Contents?: true
Size: 230 Bytes
Versions: 5
Compression:
Stored size: 230 Bytes
Contents
module Edtf module Humanize module Season include Edtf::Humanize::Formats def humanize "#{apply_if_approximate(self)}#{self.season} #{self.year}#{apply_if_uncertain(self)}" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems