Excerpts from Rich Lane's message of Mon Jan 25 11:03:35 -0500 2010:
> - participant_terms = opts[:participants].map { |p| mkterm(:email,:any,
> (Redwood::Person === p) ? p.email : p) }
> + participant_terms = opts[:participants].map { |p| [:from,:to].map {
> |d| mkterm(:email, d, (Redwood::Person === p) ? p.email : p) } }.flattenCleaner than mine. +1 for prompt inclusion at gitorious. :) -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting.
signature.asc
Description: PGP signature
_______________________________________________ Sup-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-devel
