# File lib/test/unit/assertions.rb, line 1369 def build_message(head, template=nil, *arguments) template &&= template.chomp return AssertionMessage.new(head, template, arguments) end