method

build_message

v1_9_2_180 - Show latest stable - Class: Test::Unit::Assertions
build_message(head, template=nil, *arguments)
public

No documentation available.

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