# File lib/mocha/expectation_list.rb, line 28 28: def verify(&block) 29: @expectations.each { |expectation| expectation.verify(&block) } 30: end