Revert "Added a check in sort_custom thats test wether the given method exists."
This reverts commit 6415454581c3ba0025da6b9bae42e060fa4e1508.
That patch was correct but Object::has_method is not a reliable way to check
if we can use the given method, as it doesn't support inner classes (#22838).