class Periodical::Filter::Monthly

Public Instance Methods

key(t) click to toggle source
# File lib/periodical/filter.rb, line 99
def key(t)
        mktime(t.year, t.month)
end