# File lib/facon/mockable.rb, line 16 def stub!(method) mock_proxy.add_stub(caller(1)[0], method) end