# File lib/mocha/standalone.rb, line 22 22: def mocha_teardown 23: begin 24: teardown_mocks 25: ensure 26: teardown_stubs 27: end 28: end