# File lib/mocha/central.rb, line 18 def unstub_all while stubba_methods.length > 0 method = stubba_methods.pop method.unstub end end