# File lib/test/unit/assertions.rb, line 2054 def initialize(parts) @parts = parts @count = parts.find_all{|e| e == '?'}.size end