class RSpec::Mocks::AnyInstance::FluentInterfaceProxy

def method_missing(*args, &block)

def method_missing(*args, &block)
  return_values = @targets.map { |t| t.__send__(*args, &block) }
  FluentInterfaceProxy.new(return_values)
end