module RSpec::Mocks::VerifyingDouble
def __send__(name, *args, &block)
def __send__(name, *args, &block) @__sending_message = name super ensure @__sending_message = nil end
def __send__(name, *args, &block) @__sending_message = name super ensure @__sending_message = nil end