module Kalendor::Intersect

Public Instance Methods

get_dates(from, upto ;) click to toggle source
# File lib/kalendor/intersect.rb, line 4
def get_dates from, upto ; schedules.map { |s| date_set(s, from, upto) }.reduce(&:&) ; end