require 'rinda/ring' require 'divcal' require 'ringnotify' point = ARGV.shift || '/dcal' DRb.start_service bartender = Tofu::Bartender.new(DivCal::DivCalSession) notifier = RingNotify.new(Rinda::RingFinger.primary, :Tofulet) notifier.each do |tuple| tofulet = tuple[2] begin tofulet.mount(point, bartender) rescue end end