Class: Periodical::Filter::Yearly
- Defined in:
- lib/periodical/filter.rb
Constant Summary
Constants inherited from Period
Period::KeepOldest, Period::KeepYoungest
Instance Attribute Summary
Attributes inherited from Period
Instance Method Summary collapse
Methods inherited from Period
Constructor Details
This class inherits a constructor from Periodical::Filter::Period
Instance Method Details
#key(t) ⇒ Object
102 103 104 |
# File 'lib/periodical/filter.rb', line 102 def key(t) mktime(t.year) end |