On Thu, May 14, 2009 at 9:38 PM, Daniel Berger <djberg96 / gmail.com> wrote: > > = Why is it better than Symbol#to_proc ? > > First, it doesn't require additional notation, i.e. no "&", no "its", no > "self" - just a method name. In my opinion, that makes the syntax cleaner. > Second, Symbol#to_proc is slow. This looks very nice! What would it take to port to ruby 1.9? martin