module Kalendor::Union
Public Instance Methods
get_dates(from, upto ;)
click to toggle source
# File lib/kalendor/union.rb, line 4 def get_dates from, upto ; schedules.map { |s| date_set(s, from, upto) }.reduce(&:+).sort ; end