Jonathan Worthington wrote:
Paul Cochrane (via RT) wrote:I think we should not need to do that; find_method will just hand back a null PMC if it fails to find a method, and then we can test that and throw an exception if it is null.In file src/ops/object.ops, in op callmethodcc(), there is the todo item:"should we check if object.can(method)"
Agreed. Allison