In the interest of reusing some existing code that was defined as an instance method of a different class, I was tying to do something like the following:
cl
Looks like this works:
Foo.hello.im_func(bar)
Hello, I am Bar.
I guess I need to read a this little harder...