# File lib/flexmock/mock_container.rb, line 38 38: def flexmock_verify 39: flexmock_created_mocks.each do |m| 40: m.flexmock_verify 41: end 42: end