# File lib/facon/mockable.rb, line 24 def should_not_receive(method, &block) mock_proxy.add_negative_expectation(caller(1)[0], method, &block) end