Re: is there a way to pick a method overload?

I believe it is
UnitOfWork.current.method(:find).overloads().call().

Check in the subfolders of
merlin/Main/Languages/Ruby/Tests/interop/net/method/ for
overload_spec.rb to see it.

JD