Subject: Passing a method reference and then calling it
From: Martin Hess <martinhess me.com>
Date: Sat, 27 Jun 2009 03:03:21 +0900
How do you pass a method reference and call it on a particular object?
I know I can pass it as a string and call eval, but I'm trying to
avoid that performance hit.