Sha256: 2223a5ed5129b7db1669da15d8e51b6cf4851356d8fb10a522eb93de62f30d6a
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
# Public: Minuteman core classs # class Minuteman # Public: Year TimeSpan class # class Year < TimeSpan private # Private: The format that's going the be used for the date part of the key # # date - A given Time object # def time_format(date) [date.year] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minuteman-1.0.3 | lib/minuteman/time_spans/year.rb |
minuteman-1.0.2 | lib/minuteman/time_spans/year.rb |