# File lib/mocha/central.rb, line 18 18: def unstub_all 19: while stubba_methods.length > 0 20: method = stubba_methods.pop 21: method.unstub 22: end 23: end