From: nobu.nokada@... Date: 2005-10-27T01:27:49+09:00 Subject: Re: A comparison by example of keyword argument styles Hi, At Thu, 27 Oct 2005 01:07:49 +0900, Eric Mahurin wrote in [ruby-talk:162757]: > That's the ticket. I thought &method would be the same as > &(method.to_proc) - they both convert a Method to a Proc. But Yes, they are equivalent. -- Nobu Nakada