class Periodical::Filter::Hourly
Public Instance Methods
key(t)
click to toggle source
# File lib/periodical/filter.rb, line 81 def key(t) mktime(t.year, t.month, t.day, t.hour) end
# File lib/periodical/filter.rb, line 81 def key(t) mktime(t.year, t.month, t.day, t.hour) end