# File lib/mocha/setup_and_teardown.rb, line 15
15:     def teardown_stubs
16:       if $stubba then
17:         $stubba.unstub_all
18:         $stubba = nil
19:       end
20:     end