class Periodical::Filter::Weekly

Public Instance Methods

key(t) click to toggle source
# File lib/periodical/filter.rb, line 93
def key(t)
        mktime(t.year, t.month, t.day) - (t.wday * 3600 * 24)
end