# File lib/flexmock.rb, line 499 499: def eligible? 500: @count_validators.all? { |v| v.eligible?(@actual_count) } 501: end