On Tue, Nov 26, 2013 at 06:11:34PM -0600, Paul M. Rich wrote:
> I take it that you're using lazy evaluation on the or?
>
> > if ( time > 9:00 && team.members.present() < 4 ) {
> > call az() || call paul() ;
> > }
That is correct!
John