Tristin Davis wrote: > def add_notifier(notifier=nil, &block) > if block_given? > @notifiers << block > else > @notifiers << notifier > end > end def add_notifier(notifier=nil, &block) @notifiers << (block || notifier) end -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407