# File lib/runt/schedule.rb, line 58 def include?(event, date) return false unless @event == event @expression.include?(date) end