# File lib/mocha/central.rb, line 18
18:     def verify_all(&block)
19:       unique_mocks.each { |mock| mock.verify(&block) }
20:     end