> > >So typically you'd see: > > def my_method(arg1, arg2, &block) > ... > end > >I'm not sure what you want to do in your example.... What are you >expecting &a and &b to be? > Two proc's. It seems that I can't pass two procs to a method unless the calling method is horribly ugly. Michael