class RSpec::Mocks::Matchers::Receive
def setup_any_instance_method_substitute(subject, method, block)
def setup_any_instance_method_substitute(subject, method, block) any_instance_recorder = ::RSpec::Mocks.any_instance_recorder_for(subject) setup_method_substitute(any_instance_recorder, method, block) end