From: angus Date: 2006-02-04T20:49:25+09:00 Subject: Re: ruby-dev summary 28206-28273 [Joel VanderWerf , 2006-02-02 23.23 CET] > Minero Aoki wrote: > > h["key"] &? dispatch > > What about > > h["key"].?dispatch > > It's more visually similar to the ordinary method call > > h["key"].dispatch Or &. ? k["key"]&.chomp!&.dispatch --