class RSpec::Mocks::AnyInstance::Chain
def initialize(recorder, *args, &block)
def initialize(recorder, *args, &block) @recorder = recorder @expectation_args = args @expectation_block = block @argument_list_matcher = ArgumentListMatcher::MATCH_ALL end