On Fri, 10 Nov 2000, ts wrote: > S> is similar, in that it attaches code to a variable. A singleton is just > S> syntaxic sugar for the same operation. > > Not exactly, try : > > ruby -e 'a = proc { return "hello" }' Not equivalent in operation, but the same in the sense that it associates a block of code with a variable. -- steve / deaf.org