This post originated from an RSS feed registered with Ruby Buzz
by Red Handed.
Original Post: A Lambda Camcorder
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Beware magic-haters, a hack from Mike Williams, wherein you do a bunch of method calls on an anonymous object and the recording can get dup’d to lambda format.
people.select(&its.name.length > 10)
It’s the its method that’s the camcorder, creating a blank MessageBuffer to tape on to.