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