method
build_message
build_message(head, template=nil, *arguments)
public
Hide source
# File lib/test/unit/assertions.rb, line 116 def build_message(head, template=nil, *arguments) template &&= template.chomp template.gsub(/\?/) { mu_pp(arguments.shift) } end


