# File lib/test/unit/assertions.rb, line 2105
        def add_period(string)
          (string =~ /\.\Z/ ? string : string + '.')
        end