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