class Montrose::Frequency::Secondly
Public Instance Methods
Source
# File lib/montrose/frequency/secondly.rb, line 6 def include?(time) matches_interval?((time - @starts) / 1.second) end
# File lib/montrose/frequency/secondly.rb, line 6 def include?(time) matches_interval?((time - @starts) / 1.second) end