# File lib/flexmock/expectation.rb, line 99
 99:     def eligible?
100:       @count_validators.all? { |v| v.eligible?(@actual_count) }
101:     end