# File lib/runt/schedule.rb, line 44
    def events(date)
      self.select{|ev,xpr| xpr.include?(date);}
    end