class Periodical::Filter::Quarterly

Public Instance Methods

key(t) click to toggle source
# File lib/periodical/filter.rb, line 105
def key(t)
        mktime(t.year, (t.month - 1) / 3 * 3 + 1)
end