Robert Dober schrieb:
> (... something like the following ...)
ma = a.method(:x)
mb = ma.unbind.bind(b)
Robert, this is a nice counter example to what I've written. In this
case the object "b" surely hasn't received anything. So I guess its role
is really only that of a #bound_object.
Regards,
Pit