class RSpec::Mocks::AnyInstance::FluentInterfaceProxy

@private Delegates messages to each of the given targets in order to provide the fluent interface that is available off of message expectations when dealing with โ€˜any_instance`.

โ€˜targets` will typically contain 1 of the `AnyInstance::Recorder` return values and N `MessageExpectation` instances (one per instance of the `any_instance` klass).