# File lib/mocha/central.rb, line 26
26:     def unstub_all
27:       while stubba_methods.length > 0
28:         method = stubba_methods.pop
29:         method.unstub
30:       end
31:     end