class RSpec::Mocks::Configuration

def yield_receiver_to_any_instance_implementation_blocks=(arg)

end
end
mocks.yield_receiver_to_any_instance_implementation_blocks = false
rspec.mock_with :rspec do |mocks|
RSpec.configure do |rspec|

@example

Defaults to `true`.
When set, the first yielded argument will be the receiving instance.
message to blocks that are used for any_instance stub implementations.
Sets whether or not RSpec will yield the receiving instance of a
def yield_receiver_to_any_instance_implementation_blocks=(arg)
  @yield_receiver_to_any_instance_implementation_blocks = arg
end