method
build_message
v1_9_1_378 -
Show latest stable
- Class:
Test::Unit::Assertions
build_message(head, template=nil, *arguments)public
No documentation available.
# 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