class Reek::SmellDetectors::ManualDispatch

A Manual Dispatch occurs when a method is only called after a manual check that the method receiver is of the correct type.

The ManualDispatch checker reports any invocation of respond_to?

See {file:docs/Manual-Dispatch.md} for details.