From: Nobuyoshi Nakada Date: 2007-05-25T15:10:13+09:00 Subject: Re: Introducing the "it" keyword Hi, At Fri, 25 May 2007 12:55:09 +0900, Greg Fodor wrote in [ruby-talk:252899]: > But this would be cool: > > my_strings.map { pluralize it }.filter { it =~ /tests/ }.each { p it } p *my_strings.map(:pluralize).grep(/tests/) -- Nobu Nakada