----- Original Message -----
From: "Mauricio FernáÏdez" <batsman.geo / yahoo.com>
My bet is that he means
my_func bar, baz { ... block ... }
as opposed to
block = proc { ... block .., }
----------------------------
But since `proc' is just a method which takes a block... aren't these
practically identical syntax? As I see it, there's really only one way to
make a block.
Chris