class Montrose::Rule::Covering::DateRange
Public Instance Methods
include?(time)
click to toggle source
# File lib/montrose/rule/covering.rb, line 34 def include?(time) __getobj__.include?(time.to_date) end